Top "Iso8601" questions

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

Validate an ISO-8601 datetime string in Python?

I want to write a function that takes a string and returns True if it is a valid ISO-8601 datetime--precise …

python validation datetime iso8601 arrow-python
What datatype to use for ISO 8601 dates?

I am redesigning a database that currently imports ISO 8601 dates in the format of 2012-10-27T07:30:38+00:00 into a varchar …

mysql postgresql iso8601
Is there a full implementation for ISO-8601 date parsing for Ruby?

The Time.iso8601 method is a restricted subset of ISO-8601. What are its limitations? Does anyone know of a full …

ruby datetime iso8601
Convert ISO 8601 duration with JavaScript

How can I convert duration with JavaScript, for example: PT16H30M

javascript iso8601
RFC822 Timezone Parsing in Java

I have a JS date that is being converted by Dojo into RFC822 format. The function call - dojo.date.…

java date iso8601 rfc822 rfc3339
ISO 8601 format date for PostgreSQL

I have string containing an ISO 8601 formatted date-time value (ex: 2013-05-21T15:00:00+0200) and time zone (ex: Europe/Rome). What …

postgresql timezone iso8601 formatdatetime
Sort ISO 8601 dates forward or backwards

I have an array of dates in ISO8601 format and need to sort them. Does anyone have a suggestion for …

sorting language-agnostic iso8601
convert the systemdate in iso 8601 format in perl

I want the system date to be converted to ISO 8601 format. code: my $now = time(); my $tz = strftime("%z", localtime($…

perl iso8601
java.time.ZonedDateTime.parse and iso8601?

Why does the JDK8 DateTime library seem to not parse valid iso8601 date time strings? It chokes on time zone …

java java-8 iso8601
DateTime ISO 8601 without timezone component

I've been doing work with parsing datetime strings for our international application. I'm running into an interpretation issue that I …

datetime localization iso8601