Skip to content

Commit

Permalink
Merge pull request #28 from lopis/patch-1
Browse files Browse the repository at this point in the history
Change Pacific Time to UTC-8
  • Loading branch information
tkuchiki authored Dec 14, 2023
2 parents e617572 + a6a383b commit 0cc5e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tz_abbr_infos.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ var tzAbbrInfos = map[string][]*TzAbbreviationInfo{
countryCode: "CA",
isDST: false,
name: "Pacific Standard Time",
offset: -25200,
offsetHHMM: "-07:00",
offset: -28800,
offsetHHMM: "-08:00",
},
{
countryCode: "PN",
Expand Down

0 comments on commit 0cc5e62

Please sign in to comment.