Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

America/Fort_Nelson #30

Open
jftuga opened this issue Jul 28, 2024 · 0 comments
Open

America/Fort_Nelson #30

jftuga opened this issue Jul 28, 2024 · 0 comments

Comments

@jftuga
Copy link

jftuga commented Jul 28, 2024

I'm wondering if there is an error in tz_infos.go for the following entry. There seems to be a mismatch between Mountain / Pacific as well as MST / PDT.

    "America/Fort_Nelson": &TzInfo{
        longGeneric:        "Mountain Time",
        longStandard:       "Mountain Standard Time",
        longDaylight:       "Pacific Daylight Time",
        shortGeneric:       "MT",
        shortStandard:      "MST",
        shortDaylight:      "PDT",
        standardOffset:     -25200,
        daylightOffset:     -25200,
        standardOffsetHHMM: "-07:00",
        daylightOffsetHHMM: "-07:00",
        countryCode:        "CA",
        isDeprecated:       false,
        linkTo:             "",
        lastDST:            2014,
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant