# HG changeset patch # User Paul Boddie # Date 1367963291 -7200 # Node ID a8167055cd5dd03812787ef1fa604492cae71108 # Parent f25e21ad1b64c0c669fcdd209513d08ae373ac8a Added a note about ISO 8601 and RFC 3339. diff -r f25e21ad1b64 -r a8167055cd5d DateSupport.py --- a/DateSupport.py Tue May 07 23:32:33 2013 +0200 +++ b/DateSupport.py Tue May 07 23:48:11 2013 +0200 @@ -50,6 +50,8 @@ ur')?' # ISO 8601 date and datetime parsing. +# NOTE: This is really RFC 3339 format. +# NOTE: See: http://tools.ietf.org/html/rfc3339 timezone_iso8601_offset_str = ur'(?P(?:(?P[-+])(?P[0-9]{2}):(?P[0-9]{2})))' datetime_iso8601_regexp_str = date_regexp_str + \