From: Luca BRUNO Date: Mon, 21 Dec 2020 09:55:04 +0000 (+0000) Subject: man/localtime: document default timezone X-Git-Tag: v248-rc1~459 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d909037e3bb86bb14ceef98325b2759b938a4b3;p=thirdparty%2Fsystemd.git man/localtime: document default timezone This explicitly documents the default `UTC` timezone which is used by systemd and (other softwares) when `/etc/localtime` is not present. Ref: https://github.com/systemd/systemd/blob/v247/src/basic/time-util.c#L1460-L1469 --- diff --git a/man/localtime.xml b/man/localtime.xml index 73c1b8e5a30..e486474c446 100644 --- a/man/localtime.xml +++ b/man/localtime.xml @@ -41,6 +41,9 @@ symlink target name of /etc/localtime, this file may not be a normal file or hardlink. + If /etc/localtime is missing, the + default UTC timezone is used. + The timezone may be overridden for individual programs by using the $TZ environment variable. See environ7.