1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
|
# This file is part of GNU Mailutils. -*- Autotest -*-
# Copyright (C) 2011-2025 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 3, or (at
# your option) any later version.
#
# GNU Mailutils is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AT_BANNER(mu_scan_datetime)
dnl ---------------------------------------------------------------------
dnl SCANTIME([NAME], [KW], [FMT], [INPUT], [STDOUT = `'], [STDERR = `'])
dnl
m4_pushdef([SCANTIME],[
m4_pushdef([MU_TEST_GROUP],[scantime])
m4_pushdef([MU_TEST_KEYWORDS],[scantime mu_scan_datetime])
m4_pushdef([MU_TEST_COMMAND],[TZ=0 scantime -format='$3'])
MU_GENERIC_TEST([$1],[$2],[$4],[],[$5],[$6])
m4_popdef([MU_TEST_COMMAND])
m4_popdef([MU_TEST_KEYWORDS])
m4_popdef([MU_TEST_GROUP])
])
dnl ---------------------------------------------------------------------
SCANTIME([Envelope (From) time],[envelope],
[%a %b %e %H:%M:%S %Y],
[Tue May 3 13:25:26 2011
Fri Nov 11 11:55:01 2011],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=0
sec=1,min=55,hour=11,mday=11,mon=10,year=111,wday=5,yday=314,tz=0
])
SCANTIME([IMAP INTERNALDATE],[imap-internaldate],
[%d-%b-%Y %H:%M:%S %z],
[03-May-2011 13:25:26 +0100
11-Nov-2011 11:55:01 +0100],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600
sec=1,min=55,hour=11,mday=11,mon=10,year=111,wday=5,yday=314,tz=3600
])
SCANTIME([IMAP INTERNALDATE (optional time)],[imap-search],
[%d-%b-%Y%$ %H:%M:%S %z],
[03-May-2011 13:25:26 +0100
03-May-2011],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600
sec=0,min=0,hour=0,mday=3,mon=4,year=111,wday=2,yday=122,tz=0
])
SCANTIME([RFC-822 Strict],[rfc822-strict],
[%a, %d %b %Y %H:%M:%S %z],
[Tue, 03 May 2011 13:25:26 +0200],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
])
SCANTIME([RFC-822],[rfc822],
[[%[%a, %]%d %b %Y %H:%M%[:%S%] %z]],
[Tue, 03 May 2011 13:25:26 +0200
03 May 2011 13:25:26 +0200
Tue, 03 May 2011 13:25 +0200
03 May 2011 13:25 +0200],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=0,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=0,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
])
SCANTIME([Any char],[anychar],
[%a%? %d %b %Y %H:%M:%S %z],
[Tue, 03 May 2011 13:25:26 +0200
Tue: 03 May 2011 13:25:26 +0200
Tue; 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
])
SCANTIME([Percent],[percent],
[%d%%%b%%%Y %H:%M:%S %z],
[03%May%2011 13:25:26 +0100],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600
])
SCANTIME([Fixed WS],[fixws],
[%d-%b-%Y%\ %H:%M:%S %z],
[03-May-2011 13:25:26 +0100
03-May-2011 13:25:26 +0100],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600
],
[scantime: 2: parse failed near 13:25:26 +0100
])
SCANTIME([endp return],[endp],
[%a, %d %b %Y %H:%M:%S %z],
[Tue, 03 May 2011 13:25:26 +0100 other data
],
[# 1: stopped at other data
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600
])
SCANTIME([Optional blocks],[opt],
[[%[%a, %]%d %b %Y %H:%M:%S %z]],
[Tue, 03 May 2011 13:25:26 +0200
03 May 2011 13:25:26 +0200],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
])
SCANTIME([Nested optional blocks],[nested-opt],
[[%[%a%[,%] %]%d %b %Y %H:%M:%S %z]],
[Tue, 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200
03 May 2011 13:25:26 +0200],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
])
SCANTIME([Optional alternatives],[opt-alt],
[[%a%[,%|:%] %d %b %Y %H:%M:%S %z]],
[Tue, 03 May 2011 13:25:26 +0200
Tue: 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200
Tue; 03 May 2011 13:25:26 +0200],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
],
[scantime: 4: parse failed near ; 03 May 2011 13:25:26 +0200
])
SCANTIME([Alternatives],[alt],
[%a%(,%|:%|/%) %d %b %Y %H:%M:%S %z],
[Tue, 03 May 2011 13:25:26 +0200
Tue: 03 May 2011 13:25:26 +0200
Tue/ 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200
Tue; 03 May 2011 13:25:26 +0200],
[sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
],
[scantime: 4: parse failed near 03 May 2011 13:25:26 +0200
scantime: 5: parse failed near ; 03 May 2011 13:25:26 +0200
])
# This expanded scan specification takes into account all possible
# variants of the date/time specification that ever existed in the
# From_ line of UNIX mbox mailboxes.
SCANTIME([MBOX From_ time],[from_],
[[%a %b %e %H:%M%[:%S%] %(%(%z%|%Z%) %Y%|%Y %(%z%|%Z%)%|%Y%)]],
[Wed Dec 2 05:53 1992
Wed Dec 2 05:53:22 1992
Wed Dec 2 05:53 PST 1992
Wed Dec 2 05:53:22 PST 1992
Wed Dec 2 05:53 -0700 1992
Wed Dec 2 05:53:22 -0700 1992
Wed Dec 2 05:53 1992 PST
Wed Dec 2 05:53:22 1992 PST
Wed Dec 2 05:53 1992 -0700
Wed Dec 2 05:53:22 1992 -0700
],
[sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=0
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=0
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
])
# This one is a simplification of the above, taking into account the
# fact that %Z handles correctly numeric time zones as well (after
# 2020-11-27). Notice ordering of the alternative forms.
SCANTIME([MBOX From_ time (alternative)],[from_],
[[%a %b %e %H:%M%[:%S%] %(%(%Z %Y%|%Y %Z%)%|%Y%)]],
[Wed Dec 2 05:53 1992
Wed Dec 2 05:53:22 1992
Wed Dec 2 05:53 PST 1992
Wed Dec 2 05:53:22 PST 1992
Wed Dec 2 05:53 -0700 1992
Wed Dec 2 05:53:22 -0700 1992
Wed Dec 2 05:53 1992 PST
Wed Dec 2 05:53:22 1992 PST
Wed Dec 2 05:53 1992 -0700
Wed Dec 2 05:53:22 1992 -0700
],
[sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=0
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=0
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
])
# This is a final version of the From_ format line. It eliminates
# one level of alternative specs by joining "%Y %Z" and "%Y" into
# one spec.
SCANTIME([MBOX From_ time (simplified)],[from_],
[[%a %b %e %H:%M%[:%S%] %(%Z %Y%|%Y%[ %Z%]%)]],
[Wed Dec 2 05:53 1992
Wed Dec 2 05:53:22 1992
Wed Dec 2 05:53 PST 1992
Wed Dec 2 05:53:22 PST 1992
Wed Dec 2 05:53 -0700 1992
Wed Dec 2 05:53:22 -0700 1992
Wed Dec 2 05:53 1992 PST
Wed Dec 2 05:53:22 1992 PST
Wed Dec 2 05:53 1992 -0700
Wed Dec 2 05:53:22 1992 -0700
],
[sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=0
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=0
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-28800
sec=0,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
sec=22,min=53,hour=5,mday=2,mon=11,year=92,wday=3,yday=336,tz=-25200
])
m4_popdef([SCANTIME])
dnl ---------------------------------------------------------------------
|