Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lib/time todo #11

Open
11 of 13 tasks
litlighilit opened this issue Jun 17, 2024 · 1 comment
Open
11 of 13 tasks

Lib/time todo #11

litlighilit opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
Lib stdlib (in Lib/) lit todo todo for litlighilit (currently personal use as lit is the only dev), may turn into team-todo latter py-diff Inconsistence with Python

Comments

@litlighilit
Copy link
Member

litlighilit commented Jun 17, 2024

trace for progress

  • update readme examples (it used to use std/os.sleep, with msg in milisecs unit)
  • handle zone
  • sleep shall accept float, too
  • impl strftime
  • impl strptime
  • check if strptime causes dst issue
  • impl stuct_time(tuple)
  • time_* and consts
  • atime asctime
  • tests
  • solve ci failure when JS
  • add according include::xxx.rst directive in time.strftime/strptime
  • struct_time.repr
@litlighilit litlighilit added py-diff Inconsistence with Python lit todo todo for litlighilit (currently personal use as lit is the only dev), may turn into team-todo latter labels Jun 17, 2024
@litlighilit litlighilit self-assigned this Jun 17, 2024
@litlighilit
Copy link
Member Author

litlighilit commented Jun 18, 2024

for locale strftime/strptime:

  • doc it that current those format that shall be locale-aware is ISO only.

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.

@litlighilit litlighilit added the Lib stdlib (in Lib/) label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lib stdlib (in Lib/) lit todo todo for litlighilit (currently personal use as lit is the only dev), may turn into team-todo latter py-diff Inconsistence with Python
Projects
None yet
Development

No branches or pull requests

1 participant