From 3d909037e3bb86bb14ceef98325b2759b938a4b3 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 21 Dec 2020 09:55:04 +0000 Subject: [PATCH] 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 --- man/localtime.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/localtime.xml b/man/localtime.xml index 73c1b8e5a3..e486474c44 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.