Is there a multiplatform date and time library? I need to be able to parse and format dates, do local time conversion and date arithmetic (like computing now+2 days)
Oh, I was about to dismiss that because it's very limited. Seems like my information was outdated because now it seems to be much more extensive than last time I looked. Thanks for the tip.
you need to add your own expect/actual based formatter functions and implement the formatting using whatever is available on your target platform, but that’s quite simple and easy to do.
l
loke
07/25/2025, 7:16 AM
OK, thanks. I can do without that for now actually.