time.timeZone

NixOS option

The time zone used when displaying times and dates. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a comprehensive list of possible values for this setting. If null, the timezone will default to UTC and can be set imperatively using timedatectl.

type: null or string without spaces
Default
null
Example
"America/New_York"
declared in: nixos/modules/config/locale.nixView source on NixOS/nixpkgs →