Hacker News new | ask | show | jobs
by angrygoat 497 days ago
I used this (via polyfill) for my Typescript implementation of the calendar of the church, and it was fabulous. Using the old Javascript dates I felt like I was always tripping over something... this was actually nicer than Python's (already quite good) datetime support.

https://github.com/grahame/church-calendar

1 comments

in python, 'pendulum' is the datetime swiss army knife. If you havent been using it, you should check it out
I'd suggest `whenever`, which has taken inspiration from Temporal: https://github.com/ariebovenberg/whenever

For Pendulum, I'd suggest folks take a gander at its issue list to see if the bugs reported are 1) real and 2) something you can live with.

Well, when GitHub is back up anyway. Lol.

thanks to you both, I'll check whenever and Pendulum out! :)
Thanks for the headsup