You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ahmed Hisham Ismail edited this page Jun 27, 2014
·
3 revisions
utils.date_time_iso_format
The date_time_iso_format method takes one parameter a datetime.datetime object and returns the ISO 8601 representation of it.
utils.datetime_from_iso_format
The datetime_from_iso_format method takes one parameter a str and returns a datetime.datetime object.
If the string is not an ISO 8601 representation of a date it returns None.
Note:
The statement.