me
/
guix
Archived
1
0
Fork 0

system: operating-system: Make the timezone field default to Etc/UTC.

* gnu/system.scm (<operating-system>) [timezone]: Default to "Etc/UTC".
master
Maxim Cournoyer 2022-10-10 22:22:16 -04:00
parent 683558e2ed
commit f78cfcd7d3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
2 changed files with 3 additions and 2 deletions

View File

@ -16313,7 +16313,7 @@ The default set includes core utilities and it is good practice to
install non-core utilities in user profiles (@pxref{Invoking guix
package}).
@item @code{timezone}
@item @code{timezone} (default: @code{"Etc/UTC"})
A timezone identifying string---e.g., @code{"Europe/Paris"}.
You can run the @command{tzselect} command to find out which timezone

View File

@ -265,7 +265,8 @@ VERSION is the target version of the boot-parameters record."
(packages operating-system-packages ; list of (PACKAGE OUTPUT...)
(default %base-packages)) ; or just PACKAGE
(timezone operating-system-timezone) ; string
(timezone operating-system-timezone
(default "Etc/UTC")) ; string
(locale operating-system-locale ; string
(default "en_US.utf8"))
(locale-definitions operating-system-locale-definitions ; list of <locale-definition>