summaryrefslogtreecommitdiff
path: root/mh/tests/fmtfunc.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-07-04 10:02:27 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-07-04 10:02:27 +0300
commit55ce659fd9a9aa49de31d33f7937fb5966fb2e1d (patch)
tree24afbe55e8f74e48dcb6dc3610dbd81cdbaeacad /mh/tests/fmtfunc.at
parent2fc43512e4af38d19835dd25ebfe166f5e679f2d (diff)
downloadmailutils-55ce659fd9a9aa49de31d33f7937fb5966fb2e1d.tar.gz
mailutils-55ce659fd9a9aa49de31d33f7937fb5966fb2e1d.tar.bz2
Revamp MH datetime format functions
* mh/mh_format.c (_parse_date): Use mu_parse_date_dtl instead of much stricter mu_parse822_date_time. Return more info. All callers changed (builtin_sday,builtin_szone): Implemented * mh/tests/fmtfunc.at: Comment out (temporarly) the tzone test
Diffstat (limited to 'mh/tests/fmtfunc.at')
-rw-r--r--mh/tests/fmtfunc.at15
1 files changed, 8 insertions, 7 deletions
diff --git a/mh/tests/fmtfunc.at b/mh/tests/fmtfunc.at
index a1cf2ae60..8f8b81c27 100644
--- a/mh/tests/fmtfunc.at
+++ b/mh/tests/fmtfunc.at
@@ -522,14 +522,15 @@ FMTFUNC([year],
# FIXME: zone
-FMTFUNC([tzone],
-[%(tzone{Date})
-],
-[Date: Mon, 3 Jul 2017 13:17:58 +0300
+# FIXME: This returns EEST if tz files are properly set
+# FMTFUNC([tzone],
+# [%(tzone{Date})
+# ],
+# [Date: Mon, 3 Jul 2017 13:17:58 +0300
-],
-[+0300
-])
+# ],
+# [+0300
+# ])
# FIXME: szone

Return to:

Send suggestions and report system problems to the System administrator.