ntdll: Add Western Australia Summer Time.

This commit is contained in:
Harry McNally 2007-01-10 20:49:53 +09:00 committed by Alexandre Julliard
parent d9279fcda4
commit ca2c987caf
1 changed files with 3 additions and 0 deletions

View File

@ -320,6 +320,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"WST",
{'W','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -480, 0},
{"WST",
{'W','.',' ','A','u','s','t','r','a','l','i','a',' ','S','u','m','m','e',
'r',' ','T','i','m','e','\0'}, -540, 1},
{"JST",
{'T','o','k','y','o',' ','S','t','a','n','d','a','r','d',' ','T','i','m',
'e','\0'}, -540, 0},