doc: Mention 'tzselect'.
* doc/guix.texi (operating-system Reference): Mention 'tzselect' and invalid timezone strings.
This commit is contained in:
parent
a6312f1dd0
commit
17c20385fb
|
@ -6044,6 +6044,10 @@ package}).
|
||||||
@item @code{timezone}
|
@item @code{timezone}
|
||||||
A timezone identifying string---e.g., @code{"Europe/Paris"}.
|
A timezone identifying string---e.g., @code{"Europe/Paris"}.
|
||||||
|
|
||||||
|
You can run the @command{tzselect} command to find out which timezone
|
||||||
|
string corresponds to your region. Choosing an invalid timezone name
|
||||||
|
causes @command{guix system} to fail.
|
||||||
|
|
||||||
@item @code{locale} (default: @code{"en_US.utf8"})
|
@item @code{locale} (default: @code{"en_US.utf8"})
|
||||||
The name of the default locale (@pxref{Locale Names,,, libc, The GNU C
|
The name of the default locale (@pxref{Locale Names,,, libc, The GNU C
|
||||||
Library Reference Manual}). @xref{Locales}, for more information.
|
Library Reference Manual}). @xref{Locales}, for more information.
|
||||||
|
|
Loading…
Reference in New Issue