Skip to content

Commit 9314156

Browse files
committed
Fix dzone.012 test
Since 3abf059 was meant to check time-only operation, we cannot do the same as dzone.004.clit but have to use timezones that do not have DST Fixes issue #84
1 parent 91a5805 commit 9314156

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/dzone.012.clit

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/clitoris ## -*- shell-script -*-
22

3-
$ dzone Europe/Berlin Australia/Sydney 08:00:00
4-
10:00:00+02:00 Europe/Berlin
5-
18:00:00+10:00 Australia/Sydney
3+
$ dzone UTC Europe/Moscow America/Bogota 08:00:00
4+
08:00:00+00:00 UTC
5+
11:00:00+03:00 Europe/Moscow
6+
03:00:00-05:00 America/Bogota
67
$
78

89
## dzone.012.clit ends here

0 commit comments

Comments
 (0)