##// END OF EJS Templates
test-parse-date: defines explicit start/end dates for DST...
Sébastien Brissaud -
r28441:79d8e792 default
parent child Browse files
Show More
@@ -28,10 +28,12 b' This runs with TZ="GMT"'
28
28
29 Check with local timezone other than GMT and with DST
29 Check with local timezone other than GMT and with DST
30
30
31 $ TZ="PST+8PDT"
31 $ TZ="PST+8PDT+7,M4.1.0/02:00:00,M10.5.0/02:00:00"
32 $ export TZ
32 $ export TZ
33
33
34 PST=UTC-8 / PDT=UTC-7
34 PST=UTC-8 / PDT=UTC-7
35 Summer time begins on April's first Sunday at 2:00am,
36 and ends on October's last Sunday at 2:00am.
35
37
36 $ hg debugrebuildstate
38 $ hg debugrebuildstate
37 $ echo "a" > a
39 $ echo "a" > a
General Comments 0
You need to be logged in to leave comments. Login now