Check out klock
# multiplatform
b
Check out klock
😍 1
k
I saw that a while ago. Is there some kind of about page for Klock? Is it a port of something? Date/time libraries would seem like a pretty heavy thing to whip up.
j
It has no tzdb so it's really just a date math library in the theoretical sense and not actually suitable for full date manipulation and calculation in the real world
2
☝️ 1
e.g., in years with leap seconds you'll never see a 61 second minute like you should
k
Yeah, that's kind of what I was getting at. Dates are hard, in summary. Not starting with an existing project seems like not only a lot of work, but likely to have issues.