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

fix: parse scheduled times using local time zone (#3192) #3573

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

miqh
Copy link
Contributor

@miqh miqh commented Oct 12, 2024

Description

Hello there,

The latest version (2.7.7) of the chrono-node package contains a commit which should resolve scheduled time components being incorrectly offset when parsed:

I've introduced an extra test to cover this case for posterity. Note it'll fail if using 2.7.6 (as one would expect).

Also redacted what appears to be a superfluous console.log as I was investigating the issue to begin with.

Issues Resolved

#3192

Check List

  • New functionality includes testing.
  • New functionality has been documented in the README if applicable.

Closes #3192

@johannesjo
Copy link
Owner

Thank you very much!

@johannesjo johannesjo merged commit a6d96c5 into johannesjo:master Oct 12, 2024
6 checks passed
@miqh miqh deleted the fix/parse-scheduled-date branch October 12, 2024 10:59
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

Successfully merging this pull request may close these issues.

[Bug] Wrong Time Parsing
2 participants