diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
commit | 5068d34c08f951a7ea6257d305a1627b09a95817 (patch) | |
tree | 08213e2be853396a3b07ce15dbe222644dcd9a89 /src/time_formats.am | |
parent | Initial commit. (diff) | |
download | lnav-5068d34c08f951a7ea6257d305a1627b09a95817.tar.xz lnav-5068d34c08f951a7ea6257d305a1627b09a95817.zip |
Adding upstream version 0.11.1.upstream/0.11.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/time_formats.am')
-rw-r--r-- | src/time_formats.am | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/time_formats.am b/src/time_formats.am new file mode 100644 index 0000000..9d43761 --- /dev/null +++ b/src/time_formats.am @@ -0,0 +1,62 @@ + +TIME_FORMATS = \ + "@%@" \ + "%Y-%m-%d %H:%M:%S" \ + "%Y-%m-%d %H:%M:%S%z" \ + "%Y-%m-%d %H:%M:%S %z" \ + "%Y-%m-%d %H:%M" \ + "%Y-%m-%dT%H:%M:%S.%f%z" \ + "%y-%m-%dT%H:%M:%S.%f%z" \ + "%Y-%m-%dT%H:%M:%SZ" \ + "%Y-%m-%dT%H:%M:%S%z" \ + "%Y-%m-%dT%H:%M:%S" \ + "%Y-%m-%dT%H:%M:%S%z" \ + "%Y-%m-%dT%H:%M" \ + "%Y/%m/%d %H:%M:%S" \ + "%Y/%m/%d %H:%M:%S %z" \ + "%Y/%m/%d %H:%M:%S%z" \ + "%Y/%m/%d %H:%M" \ + "%Y %b %d %a %H:%M:%S.%L" \ + "%Y %b %d %H:%M:%S.%L" \ + "%Y %b %d %H:%M:%S" \ + "%a %b %d %H:%M:%S %Y" \ + "%a %b %d %H:%M:%S.%f %Y" \ + "%a %b %d %H:%M:%S %Z %Y" \ + "%a %b %d %H:%M:%S " \ + "%a %b %d %H:%M:%S.%L " \ + "%a %b %d %H:%M " \ + "%a %b %e %H:%M:%S %Z %Y" \ + "%d/%b/%Y:%H:%M:%S +0000" \ + "%d/%b/%Y:%H:%M:%S %z" \ + "%d-%b-%Y %H:%M:%S %z" \ + "%d-%b-%Y %H:%M:%S %Z" \ + "%d %b %Y %H:%M:%S" \ + "%d %b %Y %H:%M:%S.%L" \ + "%d %b %Y %H:%M:%S,%L" \ + "%d %b %Y %H:%M" \ + "%b %d %H:%M:%S" \ + "%b %d %k:%M:%S" \ + "%b %d %l:%M:%S" \ + "%b %d %l:%M" \ + "%b %e, %Y %l:%M:%S %p" \ + "%b %d, %Y %l:%M:%S %p" \ + "%m/%d/%y %H:%M:%S" \ + "%m/%d/%Y %I:%M:%S:%L %p %Z" \ + "%m/%d/%Y %I:%M:%S %p %Z" \ + "%m/%d/%Y %l:%M:%S %p %Z" \ + "%m/%e/%Y %I:%M:%S %p" \ + "%m/%e/%Y %l:%M:%S %p" \ + "%m/%d/%Y %H:%M:%S" \ + "%d/%b/%y %H:%M:%S" \ + "%m%d %H:%M:%S" \ + "%Y%m%d %H:%M:%S" \ + "%Y%m%d.%H%M%S" \ + "%H:%M:%S" \ + "%M:%S" \ + "%m/%d %H:%M:%S" \ + "%Y-%m-%d" \ + "%Y-%m" \ + "%Y/%m/%d" \ + "%Y/%m" \ + "%s.%f" \ + $() |