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

Add support for precise datetime parsing #6

Open
m-haisham opened this issue Sep 20, 2022 · 0 comments
Open

Add support for precise datetime parsing #6

m-haisham opened this issue Sep 20, 2022 · 0 comments

Comments

@m-haisham
Copy link
Owner

The parse currently only understands relative datetimes. The previous update (#5) added support for adding and subtracting duration from DateTime using + and '-' respectively. This currently lacks support for parsing precise DateTime strings such as 18:20:30.

This should add support for parsing the following strings.

  • 12:00
  • 12:30:00
  • a hour from 00:00
  • 12 minutes 5 seconds + 12:00

This issue is derived from #4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant