nimpylib / pylib

"Write Python in Nim!" Python builtins/standard-Lib functions ported to Nim
https://nimpylib.github.io/pylib/
MIT License
8 stars 0 forks source link

Lib/time todo #11

Open litlighilit opened 3 months ago

litlighilit commented 3 months ago

trace for progress

litlighilit commented 3 months ago

for locale strftime/strptime:


it's possible to aquire the locale-aware format presentation to init the DateTimeLocale from C's strftime / C++'s chrono Formatter, but not sure if necessary, as Nim itself is locale independent.