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](https://www.gnu.org/software/findutils/manual/html_node/find_html/General-date-syntax.html) [Calendar date items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Calendar-date-items.html) [Time of day items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Time-of-day-items.html) [Time zone items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Time-zone-items.html) [Combined date and time of day items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Combined-date-and-time-of-day-items.html) [Day of week items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Day-of-week-items.html) [Relative items in date strings](https://www.gnu.org/software/findutils/manual/html_node/find_html/Relative-items-in-date-strings.html) [Pure numbers in date strings](https://www.gnu.org/software/findutils/manual/html_node/find_html/Pure-numbers-in-date-strings.html) [Seconds since the Epoch](https://www.gnu.org/software/findutils/manual/html_node/find_html/Seconds-since-the-Epoch.html) [Specifying time zone rules](https://www.gnu.org/software/findutils/manual/html_node/find_html/Specifying-time-zone-rules.html) However, we currently only support parsing of `General date syntax`.