top | item 42877901

(no title)

angrygoat | 1 year 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

discuss

order

cmcconomy|1 year ago

in python, 'pendulum' is the datetime swiss army knife. If you havent been using it, you should check it out

burntsushi|1 year ago

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.