summaryrefslogtreecommitdiffstats
path: root/src/time_formats.am
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:01:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:01:36 +0000
commit62e4c68907d8d33709c2c1f92a161dff00b3d5f2 (patch)
treeadbbaf3acf88ea08f6eeec4b75ee98ad3b07fbdc /src/time_formats.am
parentInitial commit. (diff)
downloadlnav-62e4c68907d8d33709c2c1f92a161dff00b3d5f2.tar.xz
lnav-62e4c68907d8d33709c2c1f92a161dff00b3d5f2.zip
Adding upstream version 0.11.2.upstream/0.11.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/time_formats.am')
-rw-r--r--src/time_formats.am63
1 files changed, 63 insertions, 0 deletions
diff --git a/src/time_formats.am b/src/time_formats.am
new file mode 100644
index 0000000..eb882e4
--- /dev/null
+++ b/src/time_formats.am
@@ -0,0 +1,63 @@
+
+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" \
+ "%H:%M:%S.%f" \
+ "%M:%S" \
+ "%m/%d %H:%M:%S" \
+ "%Y-%m-%d" \
+ "%Y-%m" \
+ "%Y/%m/%d" \
+ "%Y/%m" \
+ "%s.%f" \
+ $()