X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flocaltime.xml;h=d3da4ed277f8a53e341b95605050b952a4a7b98b;hp=09df161baa42dc45bb91f6a4cbfe274e5e2edb3d;hb=c170f3a41bc69ad1eab2dba40cede865f2532bbc;hpb=608da9e9b56be83ac394ea7a19cbdacab94f6642 diff --git a/man/localtime.xml b/man/localtime.xml index 09df161ba..d3da4ed27 100644 --- a/man/localtime.xml +++ b/man/localtime.xml @@ -25,7 +25,7 @@ - /etc/localtime + localtime systemd @@ -55,7 +55,7 @@ - /etc/localtime -> /usr/share/zoneinfo/… + /etc/localtime -> ../usr/share/zoneinfo/… @@ -64,29 +64,39 @@ The /etc/localtime file configures the system-wide time zone of the local system that is used by applications for presentation - to the user. It should be an absolute symbolic link - with a destination of /usr/share/zoneinfo/, - fallowed by a time zone identifier such as - Europe/Berlin or Etc/UTC. - The resulting link should point to the corresponding binary + to the user. It should be an absolute or relative + symbolic link pointing to + /usr/share/zoneinfo/, followed by + a time zone identifier such as + Europe/Berlin or + Etc/UTC. The resulting link should + lead to the corresponding binary tzfile5 time zone data for the configured time zone. - As the time zone identifier is extracted from the name of - the target of /etc/localtime this file may - not be a normal file or hardlink. + As the time zone identifier is extracted from + the symlink target name of + /etc/localtime this file may not + be a normal file or hardlink. The time zone may be overridden for individual programs by using the TZ environment variable. See environ7. + + You may use + timedatectl1 + to change the settings of this file from the command + line. See Also - tzset3 - localtime3 - systemd1 + systemd1, + tzset3, + localtime3, + timedatectl1, + systemd-timedated.service8