Mercurial > hg-stable
diff tests/test-parse-date @ 3256: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 | ad6b123de1c7 |
line wrap: on
line diff
--- a/tests/test-parse-date Tue Oct 03 12:33:14 2006 +0200 +++ b/tests/test-parse-date Tue Oct 03 12:33:18 2006 +0200 @@ -21,13 +21,13 @@ # 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"