Forum Discussion
Date field shows one day earlier in SharePoint document preview (Word Online)
- Sep 24, 2025
Update / Workaround Found
It turns out the issue is related to how the Preview Pane (Word Online) handles time zone conversion. Even though both the site and user profile are correctly set to (UTC+02:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna, the preview seems to interpret the value as UTC.
Workaround I applied:
• Don’t use a pure Date column.
• Change the column type to DateTime instead.
• Add a time value and adjust it so that, after conversion, the correct date is displayed in the Word Online preview.
With this change, the values now match between Word Online Preview and the SharePoint library view. In Word Desktop the date was always displayed correctly anyway.
Update / Workaround Found
It turns out the issue is related to how the Preview Pane (Word Online) handles time zone conversion. Even though both the site and user profile are correctly set to (UTC+02:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna, the preview seems to interpret the value as UTC.
Workaround I applied:
- Don’t use a pure Date column.
- Change the column type to DateTime instead.
- Add a time value and adjust it so that, after conversion, the correct date is displayed in the Word Online preview.
With this change, the values now match between Word Online Preview and the SharePoint library view. In Word Desktop the date was always displayed correctly anyway.