ntdll: Fix mistake in Novosibirsk time zone.

This commit is contained in:
Alexey Markachev 2007-04-26 13:03:55 +04:00 committed by Alexandre Julliard
parent 88af9702f1
commit 160f1c350e
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ static const struct tagTZ_INFO TZ_INFO[] =
{'P','h','i','l','i','p','p','i','n','e',' ','T','i','m','e','\0'}, -480, 0},
{"NOVST",
{'N','o','v','o','s','i','b','i','r','s','k',' ','S','u','m','m','e','r',
' ','T','i','m','e','\0'}, -480, 1},
' ','T','i','m','e','\0'}, -420, 1},
{"UZT",
{'U','z','b','e','k','i','s','t','h','a','n',' ','T','i','m','e','\0'}, -300, 0}
};