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

Support ISO-8601 timestamps? #14

Open
peterkos opened this issue Oct 6, 2023 · 0 comments
Open

Support ISO-8601 timestamps? #14

peterkos opened this issue Oct 6, 2023 · 0 comments

Comments

@peterkos
Copy link

peterkos commented Oct 6, 2023

Hi! This library is neat 😄

I'm lazy, and find ISO-8601 timestamps messy. I think it'd be cool to have when parse 'em out a bit, like so:

> echo "2023-10-06T08:40:50.852"
2023-10-06T08:40:50.852 # boo

> when "iso 2023-10-06T08:40:50.852" 
time: 08:40:50 (late morning)
date: 2023-10-06 (Friday)
zone: America/New_York (EDT; -0400)

> when "2023-10-06T08:40:50.852"
# same as above
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