diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-10 22:22:16 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-11 11:29:03 +0000 |
commit | f78cfcd7d3f1f76a5c09c21d76b14983d8428c4d (patch) | |
tree | f6107fbcd629b428a044f2d112b24283d6e9192e /doc | |
parent | 683558e2ed8fd40ce29453b8136a95bedf55991a (diff) |
system: operating-system: Make the timezone field default to Etc/UTC.
* gnu/system.scm (<operating-system>) [timezone]: Default to "Etc/UTC".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index be1b4fa378..5867acb746 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |