Top "Iso8601" questions

ISO 8601 is the International Standards Organization's standard for representing time as a string.

Python UTC datetime object's ISO format doesn't include Z (Zulu or Zero offset)

Why python 2.7 doesn't include Z character (Zulu or zero offset) at the end of UTC datetime object's isoformat string unlike …

python python-2.7 datetime timestamp iso8601
How to create a .NET DateTime from ISO 8601 format

I've found how to turn a DateTime into an ISO 8601 format, but nothing on how to do the reverse in …

c# .net datetime iso8601 datetime-parsing
Parsing ISO 8601 date in Javascript

Need help/tips on converting an ISO 8601 date with the following structure into javascript. CCYY-MM-DDThh:mm:ssTZD I'd like to …

javascript datetime formatting iso8601
`date` command on OS X doesn't have ISO 8601 `-I` option?

In a Bash script, I want to print the current datetime in ISO 8601 format (preferably UTC), and it seems that …

bash macos iso8601
Parsing an ISO8601 date/time (including TimeZone) in Excel

I need to parse an ISO8601 date/time format with an included timezone (from an external source) in Excel/VBA, …

excel datetime vba timezone iso8601
How to convert Python's .isoformat() string back into datetime object

So in Python 3, you can generate an ISO 8601 date with .isoformat(), but you can't convert a string created by isoformat() …

python datetime iso8601 rfc3339
Regex and ISO8601 formatted DateTime

I have a DateTime string ISO8601 formated 2012-10-06T04:13:00+00:00 and the following Regex which does not match this string #(\…

javascript regex datetime iso8601
Python - Convert string representation of date to ISO 8601

In Python, how can I convert a string like this: Thu, 16 Dec 2010 12:14:05 +0000 to ISO 8601 format, while keeping the timezone? Please …

python datetime iso8601
Format date in MySQL SELECT as ISO 8601

I'm trying to grab the date from my database in a standard timestamp and display it as ISO 8601. I'm unable …

mysql database date-format iso8601
How do I get an ISO 8601 date on iOS?

It's easy enough to get the ISO 8601 date string (for example, 2004-02-12T15:19:21+00:00) in PHP via date('c'), but …

ios nsdate nsdateformatter iso8601