Answers for "iso timestamp"

3

iso date

2021-01-05T11:48Z
Posted by: Guest on January-05-2021
1

iso timestamp

# With Timezone
"2019-09-07T15:50-04:00"
# Without Timezone
"2019-09-07T15:50+00Z"
Posted by: Guest on May-03-2021
0

Datetime to utc format

string foo = yourDateTime.ToUniversalTime()
                         .ToString("yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fff'Z'");
Posted by: Guest on April-30-2020

Code answers related to "iso timestamp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language