Skip to main content

The page

At /settings/timezone: Timezone page with Client Locale (Timezone, Region) and User Locale (Use Client Settings) sections Two sections:

Client Locale (tenant default)

“The timezone and region settings for the client. These settings will be used for all users on the client.”
  • Timezone — IANA timezone (e.g. Europe/London, America/New_York)
  • Region — culture / locale (e.g. en-GB, en-US)
These defaults apply to every user unless they override.

User Locale (per-user override)

“The timezone and region settings for your user. These settings will override the client settings.”
  • Timezone — defaults to Use Client Settings; set to override
  • Region — defaults to Use Client Settings; set to override

Why these settings matter

Timezone affects:
  • Date / time display everywhere in the product (top-right clock, audit log timestamps, last-seen times)
  • Scheduled Reports delivery time
  • Action automations that include timestamps in payloads
  • API responses — timestamps in API output use the requesting user’s tz (default) or UTC if specified
Region affects:
  • Date format (e.g. 19/05/2026 vs 05/19/2026)
  • Number formatting (thousands separators, decimal markers)
  • Currency rendering in Studio apps

Setting tenant defaults

Super Admin only:
  1. Choose your organisation’s primary timezone — usually the location of your operational team, not necessarily your HQ
  2. Choose the region — en-GB for UK English, en-US for US English, etc.
  3. Save
Every user without a personal override now follows these.

Per-user overrides

Each user can override their own locale from this same page (under User Locale). Useful for:
  • Distributed teams across multiple timezones
  • Field engineers reporting from different regions
  • Analysts who prefer specific date / number formats

Best practices

A US-headquartered company with a London SOC should probably set the tenant default to Europe/London, because the SOC reads the timestamps daily and HQ doesn’t.
“Weekly report Mondays at 8am” is unambiguous when everyone reads from the tenant TZ. Avoid “08:00 UTC” in human-facing copy unless you know your audience is distributed.
When pulling audit-log evidence for a third party, mention which TZ the timestamps are in (or set your User Locale to UTC during the export).