Do you know an awesome Python library for manipulating dates?

tsil picture tsil · Sep 19, 2012 · Viewed 7.5k times · Source

I search an awesome Python library date like Moment.js. Do you know some?

I want especially a library that can do conversions like this: 09/25/2012 00:00 - 09/25/2012 13:00 to 09/25/2012 00:00 - 13:00.

Answer

NeilenMarais picture NeilenMarais · Sep 4, 2014

Some Python libraries inspired by Moment.js:

Arrow and Delorean seem a bit more mature, although I have not really used any of them extensively.