Top "Iso8601" questions

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

Windows ISO 8601 timestamp

I need to convert a date in Windows PowerShell to the ISO 8601 format. In Linux/Unix it was no problem …

windows powershell timestamp iso8601
How to convert string duration to ISO 8601 duration format? (e.g. "30 minutes" to "PT30M")

There are plenty of questions asking how to do this the other way (converting from this format), but I can't …

php duration iso8601 dateinterval
PHP validate ISO 8601 date string

How do you validate ISO 8601 date string (ex: 2011-10-02T23:25:42Z). I know that there are several possible representations …

php validation iso8601
Get week number using date in python

Date is datetime.date(2013, 12, 30) I am trying to get week number using import datetime datetime.date(2013, 12, 30).isocalendar()[1] I am getting …

python datetime iso8601 week-number python-datetime
How to get JSON.NET to serialize date/time to ISO 8601?

I have a Web API application that returns JSON to consumers who may not be using Microsoft technologies. When my …

json asp.net-web-api json.net iso8601
How do I convert an ISO 8601 string to a Delphi TDate?

I can convert a Delphi TDate to ISO 8601 format easily using this: DateTimeToString(result, 'yyyy-mm-dd', myDate); What's the idiomatic way …

delphi iso8601
Golang parse time.Duration

I would like to parse time.Duration. The duration is "PT15M" (string/bytes) and would like to convert it …

parsing time go duration iso8601
What mode for MySQL WEEK() complies with ISO 8601

What mode for MySQL's WEEK() function yields the ISO 8601 week of the year? Argument 2 of WEEK() sets the mode according …

mysql iso8601
Annoying javascript timezone adjustment issue

I have set up a JSON endpoint that returns the current time from server. For example: { "myservertime": "2011-10-02T23:00+02:00" } …

javascript ajax json iso8601
How can I format timestamps with embedded `T` character?

I need to format a timestamp in ISO 8601 format (e.g. 2001-10-26T21:32:52). When I use the date() function …

php xsd datetime-format iso8601