Commit 30782221 authored by Roger Olson's avatar Roger Olson Committed by Alexandre Julliard

Add Pacific Standard Time (PST) to TZ_INFO.

parent 52f40a93
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment