Use time window in workflow to send notification in a given datetime range and user’s timezone.
$timezone
key in HTTP API or user.set_timezone()
method from your backend or Frontend SDKs.
Timezones should be in IANA (TZ identifier) format, such as America/New_York
.
OR
. e.g., send notifications Monday to Thursday from 9:00 AM - 5:00 PM or on Friday from 9:00 AM - 1:00 PM.
Does timezone setting take care of clock changes like day light savings?
What happens when I add batch node below time window?