abilian / abilian-core

Abilian Core framework and services
http://www.abilian.com/
GNU Lesser General Public License v2.1
48 stars 11 forks source link

Use Arrow package for date/time handling instead of standard datetime #11

Open sfermigier opened 9 years ago

sfermigier commented 9 years ago

More info: http://arrow.readthedocs.org/en/latest/

This way we get the "humanize" method for free, and probably more goodies.

sfermigier commented 9 years ago

Cf. http://arrow.readthedocs.org/en/latest/#humanize

sfermigier commented 8 years ago

Or check https://regebro.wordpress.com/2015/07/27/python-datetime-libraries/

vindarel commented 7 years ago

Pendulum claims to fix many Arrow quirks and bugs: https://github.com/sdispater/pendulum

sfermigier commented 7 years ago

Yeah, this is an old issue, we need to look into the various alternatives.