We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
It does.
You can also test this yourself, something like this
const { convertToTimeZone } = require('date-fns-timezone') convertToTimeZone("2019-08-01T03:14:00Z", {timeZone: "US/Pacific"}) + "" // 'Wed Jul 31 2019 20:14:00 GMT-0700 (Pacific Daylight Time)' convertToTimeZone("2019-12-01T03:14:00Z", {timeZone: "US/Pacific"}) + "" // 'Sat Nov 30 2019 19:14:00 GMT-0800 (Pacific Standard Time)'
Notice the Daylight/Standard differences as well as the difference in offset hours whether it's daylight saving time or not.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: