We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
when
> 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: