Skip to content

[6.x] Fix range date fields not updating with configured timezone#14984

Open
lazerg wants to merge 1 commit into
statamic:6.xfrom
lazerg:fix/issue-14636-range-dates-timezone
Open

[6.x] Fix range date fields not updating with configured timezone#14984
lazerg wants to merge 1 commit into
statamic:6.xfrom
lazerg:fix/issue-14636-range-dates-timezone

Conversation

@lazerg

@lazerg lazerg commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Range date fields with a configured timezone (not 'auto') were not correctly converting the user's input from the field's timezone to the app timezone before saving.

The processDateTime method now uses the field's resolved timezone when parsing datetime values, ensuring dates are properly converted when a specific timezone is configured.

Fixes #14636

@lazerg lazerg changed the title Fix range date fields not updating with configured timezone [6.x] Fix range date fields not updating with configured timezone Jul 12, 2026
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.

Range dates not updating properly

1 participant