diff tests/test-parse-date @ 3251:e5c9a084ffe3

util.strdate: assume local time when no timezone specified
author Jose M. Prieto <jmprieto@gmx.net>
date Tue, 03 Oct 2006 12:33:18 +0200
parents e96d2956eb4a
children
line wrap: on
line diff
--- a/tests/test-parse-date
+++ b/tests/test-parse-date
@@ -21,13 +21,13 @@ export TZ
 # PST=UTC-8 / PDT=UTC-7
 hg debugrebuildstate
 echo "a" > a
-hg ci -d "2006-07-15 13:30" -m "summer@UTC"
+hg ci -d "2006-07-15 13:30" -m "summer@UTC-7"
 hg debugrebuildstate
 echo "b" > a
 hg ci -d "2006-07-15 13:30 +0500" -m "summer@UTC+5"
 hg debugrebuildstate
 echo "c" > a
-hg ci -d "2006-01-15 13:30" -m "winter@UTC"
+hg ci -d "2006-01-15 13:30" -m "winter@UTC-8"
 hg debugrebuildstate
 echo "d" > a
 hg ci -d "2006-01-15 13:30 +0500" -m "winter@UTC+5"