Converting ISO 8061 datetimes to epoch timestamps

May 13th, 2011
python, tech
If you have something like:
2011-04-26T00:00:00Z-06
And you want to convert this into seconds since the epoch, apparently the incantation is:
int(time.mktime(dateutil.parser.parse(x).timetuple()))
This requires the dateutil module.

Comment via: substack

Recent posts on blogs I like:

Microfictions 2

A few more microfictions, still no LLMs.

via Evan Fields August 7, 2026

Linkpost for August

Announcement: for the next while, I’ll be writing the Effective Altruism Newsletter!

via Thing of Things August 6, 2026

Using AI to analyze life patterns

If you’re anything like me, you may have a lot of notes from various introspective activities – annual / monthly reviews, worksheets, therapy notes, etc. Often these notes are just gathering dust in a paper folder or some forgotten corner of Google Drive.…

via Victoria Krakovna July 30, 2026

more     (via openring)