Add Pacific Standard Time (PST) to TZ_INFO.

This commit is contained in:
Roger Olson 2004-11-02 05:22:01 +00:00 committed by Alexandre Julliard
parent 52f40a9388
commit 3078222105
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"AKDT",
{'A','l','a','s','k','a','n',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, 480, 1},
{"PST",
{'P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, 480, 0},
{"PDT",
{'P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, 420, 1},