Platform
Manage your account
Account timezone
Account timezone
Learn how to set an account timezone and understand when the selected timezone will be applied.
Setting account timezone
#You can update your account's default timezone on the General page of your dashboard settings.

This setting applies to the entire account and informs how Knock evaluates time-based workflow behavior. Timestamps shown throughout the dashboard, such as in logs and message activity, render based on your browser's local timezone rather than the account timezone.
Timezone-aware features
#These features require timezone resolution:
- Channel step send windows. Determines when a message from the step is allowed to send.
- Recurring workflow schedules. Determines when the next scheduled workflow run will execute.
- Window rules in batch, delay, and throttle steps. Determines when a batch window, delay, or throttle is active.
Steps configured with a fixed duration, such as 15 minutes, or with a timestamp from your trigger data are not timezone dependent.
Resolving timezones
#When a workflow evaluates time-based behavior, Knock resolves the timezone in this order:
- Recipient timezone. The timezone is localized to the recipient when there is a valid
timezoneproperty available on the user or object. - Account timezone. Recipients without a valid
timezoneof their own fall back to the account setting. - Default timezone. The timezone defaults to
Etc/UTCwhen recipient and account timezones are unavailable.