Revision history of "ISO 8601"

From Simson Garfinkel
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:24, 9 August 2011Simson talk contribsm 1,364 bytes +1,364 Created page with "Converting between ISO~8601 and Unix Timestamps. Converting ISO~8601 strings to Python `datetime` objects is straightforward: <pre> import dateutil.parser tstr = "2008-01-02T1..."