-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
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.