Hello Everyone,
I am experiencing a timezone discrepancy between my Notion database and my NotionApps display.
The Problem
My Notion workspace is set to Japan Standard Time (JST / UTC+9). When I use a Formula property with the formatDate() function, the time is displayed correctly in JST within Notion itself. However, in NotionApps, the same formula result is displayed in UTC, which is 9 hours behind my local time.
Steps to Reproduce:
- Set a Notion database’s timezone to JST (UTC+9).
- Create a “Date” property and input a time (e.g., 17:00 JST).
- Create a “Formula” property using: formatDate(prop(“Date”), “HH:mm”)
- The formula result in Notion correctly shows “17:00”.
- The same formula field in NotionApps shows “08:00”.
Expected Result:
The time displayed in NotionApps should match the local JST time shown in Notion (“17:00”).
Actual Result:
The time displayed in NotionApps is the UTC equivalent (“08:00”).
Workaround:
I have found a workaround by manually adding 9 hours in the formula using dateAdd(prop(“Date”), 9, “hours”). While this works, it would be more intuitive if NotionApps could handle the timezone conversion automatically.
Thank you for creating such a great tool.
