Schedule publish date shown in UTC not local time #22279
Replies: 2 comments 3 replies
-
|
Hi, which version is this? Since version 16.4, all datetimes have been stored in UTC but displayed in the local time zone (as configured in either your operating system or browser). Could you share some more information, such as which time zone your server is configured for? What is your operating system set to? |
Beta Was this translation helpful? Give feedback.
-
|
Yeah — what you're seeing has been a known inconsistency in Umbraco, especially in older versions and some Cloud/Heartcore setups. The general approach is:
In practice though, older versions don’t always handle this consistently. It’s quite common to see:
There have been a few discussions around this as well:
The good news is that in v17 this has been properly cleaned up — date/times have been normalised so they’re stored in UTC and consistently shown in the user’s local/browser timezone, which avoids this kind of confusion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When you go to schedule publish an item in the BackOffice and the date choses switches to BST e.g. 2026-04-01 14:00 it will show in UTC format e.g. 13:00.
For non-technical users of the Back Office this can be quite confusing, and would be much better to be formatted to the local time of the user/browser so if I am in BST zone then it shows as 14:00
This is for when selecting the date, but if you look at the info tab it shows in UTC there. Going to assume that other dates ignore user/browser timezones?
Would be better to store in UTC, but display in local user/browser timezone?
Beta Was this translation helpful? Give feedback.
All reactions