summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-11 19:56:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-11 19:56:07 (GMT)
commit57dc3221c22f1ab13fae5f1a5f7d349ba164b449 (patch)
treeb54dbf32943176d06e48beeb443653de82d53f17 /tests/clock.test
parent507043f8d2697691fb4eb9f1355f852cd1823ced (diff)
parent2ead5632823207539bb83b296fb903b63ec595ff (diff)
downloadtcl-57dc3221c22f1ab13fae5f1a5f7d349ba164b449.zip
tcl-57dc3221c22f1ab13fae5f1a5f7d349ba164b449.tar.gz
tcl-57dc3221c22f1ab13fae5f1a5f7d349ba164b449.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/clock.test b/tests/clock.test
index 1ac626c..e10f8bb 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -35871,11 +35871,11 @@ test clock-34.60 {clock scan tests (+TZ)} {
clock format $time -format {%b %d,%Y %H:%M:%S %Z} -gmt true
} {Jan 31,2014 22:59:59 GMT}
test clock-34.61 {clock scan tests (-TZ)} {
- set time [clock scan "23:59:59 -0100" -base 0]
+ set time [clock scan "23:59:59 -0100" -base 0 -gmt true]
clock format $time -format {%b %d,%Y %H:%M:%S %Z} -gmt true
} {Jan 02,1970 00:59:59 GMT}
test clock-34.62 {clock scan tests (+TZ)} {
- set time [clock scan "23:59:59 +0100" -base 0]
+ set time [clock scan "23:59:59 +0100" -base 0 -gmt true]
clock format $time -format {%b %d,%Y %H:%M:%S %Z} -gmt true
} {Jan 01,1970 22:59:59 GMT}
test clock-34.63 {clock scan tests (TZ)} {
@@ -35895,11 +35895,11 @@ test clock-34.66 {clock scan tests (relspec, day unit not TZ)} {
clock format $time -format {%b %d,%Y %H:%M:%S %Z} -gmt true
} {Jan 09,1970 23:59:59 GMT}
test clock-34.67 {clock scan tests (merid and TZ)} {
- set time [clock scan "10:59 pm CET" -base 2000000]
+ set time [clock scan "10:59 pm CET" -base 2000000 -gmt true]
clock format $time -format {%b %d,%Y %H:%M:%S %Z} -gmt true
} {Jan 24,1970 21:59:00 GMT}
test clock-34.68 {clock scan tests (merid and TZ)} {
- set time [clock scan "10:59 pm +0100" -base 2000000]
+ set time [clock scan "10:59 pm +0100" -base 2000000 -gmt true]
clock format $time -format {%b %d,%Y %H:%M:%S %Z} -gmt true
} {Jan 24,1970 21:59:00 GMT}