# Adapted from http://delete.me.uk/2005/03/iso8601.html
# Note: This regex ensures that all ISO8601 timezone formats are accepted - but, due to legacy support for other timestrings, not all incorrect formats can be rejected.
...
...
@@ -65,6 +65,7 @@ class real_datetime(datetime_python):
@property
defdayofyr(self):
returnself.timetuple().tm_yday
nanosecond=0# workaround for pandas bug (cftime issue #77)