Hacker News new | ask | show | jobs
by jsmeaton 3595 days ago
Django provides django.utils.timezone to make handling dates and times easier. Not every python project has access to django.utils.timezone. pytz is mostly what you need to get timezones right, but there's still room for something like this.
1 comments

good point, but still, there are at least 3-4 libraries which do exactly what this library is trying to do and do a better job at it
What libraries? I'm honestly interested to know which ones you refer to.
So, basically, you haven't read any of my comments. Arrow is really flawed see https://pendulum.eustace.io/faq/#why-not-arrow and Delorean is not as complete feature-wise as Pendulum. Both of these libraries do not handle properly shifting time around DST transition times which is a big flaw in itself beacause it's not accurate.