Localization
Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
marchyo.timezone |
string |
"Europe/Zurich" |
System timezone |
marchyo.defaultLocale |
string |
"en_US.UTF-8" |
System default locale |
marchyo.autoTimezone.enable |
bool |
false |
Update the timezone automatically from your location |
Example
Section titled “Example”{ marchyo.timezone = "America/New_York"; marchyo.defaultLocale = "de_DE.UTF-8";}Automatic timezone
Section titled “Automatic timezone”marchyo.autoTimezone.enable is opt-in and off by default. When enabled, it turns on services.automatic-timezoned (a geoclue2-based daemon) to keep the system timezone current based on your location:
{ marchyo.autoTimezone.enable = true;}Common timezones
Section titled “Common timezones”| Timezone | Region |
|---|---|
"Europe/Zurich" |
Central Europe (default) |
"Europe/London" |
United Kingdom |
"Europe/Helsinki" |
Finland |
"America/New_York" |
US Eastern |
"America/Los_Angeles" |
US Pacific |
"Asia/Tokyo" |
Japan |
"Asia/Shanghai" |
China |