5 ms·
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
by angrygoat 2y 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 https://github.com/grahame/church-calendar
- cmcconomy 2y agoin python, 'pendulum' is the datetime swiss army knife. If you havent been using it, you should check it out
- burntsushi 2y agoI'd suggest `whenever`, which has taken inspiration from Temporal: https://github.com/ariebovenberg/whenever 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.