2011-08-31 05:09:22 +04:00
<?xml version='1.0'?> <!-- * - nxml - * -->
<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
This file is part of systemd.
Copyright 2010 Lennart Poettering
2012-08-22 10:11:27 +04:00
Copyright 2012 Shawn Landden
2011-08-31 05:09:22 +04:00
systemd is free software; you can redistribute it and/or modify it
2012-04-12 02:20:58 +04:00
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
2011-08-31 05:09:22 +04:00
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2012-04-12 02:20:58 +04:00
Lesser General Public License for more details.
2011-08-31 05:09:22 +04:00
2012-04-12 02:20:58 +04:00
You should have received a copy of the GNU Lesser General Public License
2011-08-31 05:09:22 +04:00
along with systemd; If not, see <http: / / w w w . g n u . o r g / l i c e n s e s /> .
-->
2012-08-22 10:11:27 +04:00
<refentry id= "localtime" >
2011-08-31 05:09:22 +04:00
<refentryinfo >
2013-03-07 18:12:45 +04:00
<title > localtime</title>
2011-08-31 05:09:22 +04:00
<productname > systemd</productname>
<authorgroup >
<author >
<contrib > Developer</contrib>
<firstname > Lennart</firstname>
<surname > Poettering</surname>
<email > lennart@poettering.net</email>
</author>
2012-08-22 10:11:27 +04:00
<author >
<contrib > Developer</contrib>
<firstname > Shawn</firstname>
<surname > Landden</surname>
<email > shawnlandden@gmail.com</email>
</author>
2011-08-31 05:09:22 +04:00
</authorgroup>
</refentryinfo>
<refmeta >
2012-08-22 10:11:27 +04:00
<refentrytitle > localtime</refentrytitle>
2011-08-31 05:09:22 +04:00
<manvolnum > 5</manvolnum>
</refmeta>
<refnamediv >
2012-08-22 10:11:27 +04:00
<refname > localtime</refname>
2013-06-27 23:51:44 +04:00
<refpurpose > Local timezone configuration file</refpurpose>
2011-08-31 05:09:22 +04:00
</refnamediv>
<refsynopsisdiv >
2012-09-14 22:45:37 +04:00
<para > <filename > /etc/localtime</filename> -> <filename > ../usr/share/zoneinfo/…</filename> </para>
2011-08-31 05:09:22 +04:00
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
2012-08-22 10:11:27 +04:00
<para > The <filename > /etc/localtime</filename> file
2013-06-27 23:51:44 +04:00
configures the system-wide timezone of the local
2011-08-31 05:09:22 +04:00
system that is used by applications for presentation
2012-09-14 22:45:37 +04:00
to the user. It should be an absolute or relative
symbolic link pointing to
<filename > /usr/share/zoneinfo/</filename> , followed by
2013-06-27 23:51:44 +04:00
a timezone identifier such as
2012-09-14 22:45:37 +04:00
<literal > Europe/Berlin</literal> or
<literal > Etc/UTC</literal> . The resulting link should
lead to the corresponding binary
2012-08-22 10:11:27 +04:00
<citerefentry > <refentrytitle > tzfile</refentrytitle> <manvolnum > 5</manvolnum> </citerefentry>
2013-06-27 23:51:44 +04:00
timezone data for the configured timezone.</para>
2012-08-22 10:11:27 +04:00
2013-07-02 07:44:04 +04:00
<para > Because the timezone identifier is extracted from
2012-09-14 22:45:37 +04:00
the symlink target name of
2013-07-02 07:44:04 +04:00
<filename > /etc/localtime</filename> , this file may not
2012-09-14 22:45:37 +04:00
be a normal file or hardlink.</para>
2011-08-31 05:09:22 +04:00
2013-06-27 23:51:44 +04:00
<para > The timezone may be overridden for individual
2011-08-31 05:09:22 +04:00
programs by using the TZ environment variable. See
<citerefentry > <refentrytitle > environ</refentrytitle> <manvolnum > 7</manvolnum> </citerefentry> .</para>
2012-10-17 23:23:30 +04:00
<para > You may use
<citerefentry > <refentrytitle > timedatectl</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry>
to change the settings of this file from the command
line.</para>
2011-08-31 05:09:22 +04:00
</refsect1>
<refsect1 >
<title > See Also</title>
<para >
2012-10-17 23:23:30 +04:00
<citerefentry > <refentrytitle > systemd</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > tzset</refentrytitle> <manvolnum > 3</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > localtime</refentrytitle> <manvolnum > 3</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > timedatectl</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > systemd-timedated.service</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry>
2011-08-31 05:09:22 +04:00
</para>
</refsect1>
</refentry>