mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
Add tz-1 through tz-5.
This commit is contained in:
@@ -183,6 +183,16 @@ my @Tests =
|
||||
['ns-max32-r', '--rfc-3339=ns', '-d "2038-01-19 03:14:07.999999999"',
|
||||
{OUT=>"2038-01-19 03:14:07.999999999+00:00"}],
|
||||
|
||||
['tz-1', '+%:::z', {OUT=>"-12:34:56"}, {ENV=>'TZ=XXX12:34:56'}],
|
||||
|
||||
['tz-2', '+%:::z', {OUT=>"+12:34:56"}, {ENV=>'TZ=XXX-12:34:56'}],
|
||||
|
||||
['tz-3', '+%::z', {OUT=>"+01:02:03"}, {ENV=>'TZ=XXX-1:02:03'}],
|
||||
|
||||
['tz-4', '+%:::z', {OUT=>"+12"}, {ENV=>'TZ=XXX-12'}],
|
||||
|
||||
['tz-5', '+%:z', {OUT=>"-00:01"}, {ENV=>'TZ=XXX0:01'}],
|
||||
|
||||
['ns-relative',
|
||||
'--iso=ns', "-d'1970-01-01 00:00:00.1234567 UTC +961062237.987654321 sec'",
|
||||
{OUT=>"2000-06-15T09:43:58,111111021+0000"}],
|
||||
|
||||
Reference in New Issue
Block a user