ISO 8601 is the International Standards Organization's standard for representing time as a string.
I need to convert a date in Windows PowerShell to the ISO 8601 format. In Linux/Unix it was no problem …
windows powershell timestamp iso8601There are plenty of questions asking how to do this the other way (converting from this format), but I can't …
php duration iso8601 dateintervalHow do you validate ISO 8601 date string (ex: 2011-10-02T23:25:42Z). I know that there are several possible representations …
php validation iso8601Date 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-datetimeI 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 iso8601I can convert a Delphi TDate to ISO 8601 format easily using this: DateTimeToString(result, 'yyyy-mm-dd', myDate); What's the idiomatic way …
delphi iso8601What mode for MySQL's WEEK() function yields the ISO 8601 week of the year? Argument 2 of WEEK() sets the mode according …
mysql iso8601I 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 iso8601I 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