diff options
Diffstat (limited to 'tests/misc/date.pl')
-rwxr-xr-x | tests/misc/date.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/misc/date.pl b/tests/misc/date.pl index 2d1925496..3454dcc5b 100755 --- a/tests/misc/date.pl +++ b/tests/misc/date.pl @@ -218,6 +218,10 @@ my @Tests = # Don't recognize %:z with a field width between the ':' and the 'z'. ['tz-5wf', '+%:8z', {OUT=>"%:8z"}, {ENV=>'TZ=XXX0:01'}], + # Test alphabetic timezone abbrv + ['tz-6', '+%Z', {OUT=>"UTC"}], + ['tz-7', '+%Z', {OUT=>"JST"}, {ENV=>'TZ=JST-9'}], + ['ns-relative', '--iso=ns', "-d'1970-01-01 00:00:00.1234567 UTC +961062237.987654321 sec'", |