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
There are 10 time parsing formats mentioned in the GNU findutils manual: https://www.gnu.org/software/findutils/manual/html_node/find_html/Date-input-formats.html
Include: General date syntax Calendar date items Time of day items Time zone items Combined date and time of day items Day of week items Relative items in date strings Pure numbers in date strings Seconds since the Epoch Specifying time zone rules
However, we currently only support parsing of General date syntax.
General date syntax
The text was updated successfully, but these errors were encountered:
This probably fits what we're doing in the parse_datetime repository!
parse_datetime
Sorry, something went wrong.
cool! It seems so. I would use it as a dependency to replace the existing parsing function. : )
-anewer
-cnewer
No branches or pull requests
There are 10 time parsing formats mentioned in the GNU findutils manual: https://www.gnu.org/software/findutils/manual/html_node/find_html/Date-input-formats.html
Include:
General date syntax
Calendar date items
Time of day items
Time zone items
Combined date and time of day items
Day of week items
Relative items in date strings
Pure numbers in date strings
Seconds since the Epoch
Specifying time zone rules
However, we currently only support parsing of
General date syntax
.The text was updated successfully, but these errors were encountered: