You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encountered an issue with the getNextRunDate method when using the America/Los_Angeles timezone during the Daylight Saving Time (DST) transition. The method returns the wrong next run date after DST ends.
Details: In the example below, we expect getNextRunDate to correctly account for the DST transition occurring on November 3, 2024, but it returns an unexpected date and time.
We encountered an issue with the getNextRunDate method when using the America/Los_Angeles timezone during the Daylight Saving Time (DST) transition. The method returns the wrong next run date after DST ends.
Details: In the example below, we expect getNextRunDate to correctly account for the DST transition occurring on November 3, 2024, but it returns an unexpected date and time.
Code Example:
Environment:
Expected Behavior: The getNextRunDate method should return 2024-11-04 01:00:00.000000, accounting for the DST change.
Observed Behavior: The method incorrectly returns 2024-11-03 01:00:00.000000.
The text was updated successfully, but these errors were encountered: