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
Date time comparisons are done with millisecond precision. If no timezone is provided, the default is UTC.
Equals Date Filter
If a date without a time is provided to the equals, the comparison is done against the start and end of the UTC date provided (inclusive). If a date with a time is provided, the comparison is done with millisecond precision. If no timezone is provided, the default timezone is UTC.
Previously, the date filters equals, after, before, on_or_after, and on_or_before only supported dates without times nor timezones.
Now the database date filters can accept ISO 8601 dates with timestamps and timezones.
Notion API changelog: https://developers.notion.com/changelog/dates-with-times-and-timezones-are-now-supported-on-database-date-filters
The text was updated successfully, but these errors were encountered: