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

USGS employs day light savings #185

Open
dschristianson opened this issue Dec 20, 2023 · 0 comments
Open

USGS employs day light savings #185

dschristianson opened this issue Dec 20, 2023 · 0 comments
Labels

Comments

@dschristianson
Copy link
Contributor

USGS employs day light savings time in the following way.

             "timeZoneInfo": {
                    "defaultTimeZone": {
                        "zoneOffset": "-07:00",
                        "zoneAbbreviation": "MST"
                    },
                    "daylightSavingsTimeZone": {
                        "zoneOffset": "-06:00",
                        "zoneAbbreviation": "MDT"
                    },
                    "siteUsesDaylightSavingsTime": true}

The timestamps do not include the offset or zone abbreviation. One would assume that the change happens automatically during the calendar year per the scheduled changes.

BASIN-3D does not pass this information on to the users. We currently do not report the UTC offset for USGS data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants