Skip to content

Commit

Permalink
Update offset as well
Browse files Browse the repository at this point in the history
Co-authored-by: tkuchiki <[email protected]>
  • Loading branch information
lopis and tkuchiki authored Dec 14, 2023
1 parent 317663c commit a6a383b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tz_abbr_infos.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ var tzAbbrInfos = map[string][]*TzAbbreviationInfo{
countryCode: "CA",
isDST: false,
name: "Pacific Standard Time",
offset: -25200,
offset: -28800,
offsetHHMM: "-08:00",
},
{
Expand Down

0 comments on commit a6a383b

Please sign in to comment.