1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
6 This file is part of systemd.
8 Copyright 2012 Lennart Poettering
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24 <refentry id="timedatectl" conditional='ENABLE_TIMEDATED'
25 xmlns:xi="http://www.w3.org/2001/XInclude">
28 <title>timedatectl</title>
29 <productname>systemd</productname>
33 <contrib>Developer</contrib>
34 <firstname>Lennart</firstname>
35 <surname>Poettering</surname>
36 <email>lennart@poettering.net</email>
42 <refentrytitle>timedatectl</refentrytitle>
43 <manvolnum>1</manvolnum>
47 <refname>timedatectl</refname>
48 <refpurpose>Control the system time and date</refpurpose>
53 <command>timedatectl <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="req">COMMAND</arg></command>
58 <title>Description</title>
60 <para><command>timedatectl</command> may be used to
61 query and change the system clock and its
65 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
66 to initialize the system time zone for mounted (but not
67 booted) system images.</para>
71 <title>Options</title>
73 <para>The following options are understood:</para>
77 <term><option>--no-ask-password</option></term>
79 <listitem><para>Do not query the user
80 for authentication for privileged
81 operations.</para></listitem>
85 <term><option>--adjust-system-clock</option></term>
88 <command>set-local-rtc</command> is
89 invoked and this option is passed, the
90 system clock is synchronized from the
91 RTC again, taking the new setting into
92 account. Otherwise, the RTC is
93 synchronized from the system
94 clock.</para></listitem>
97 <xi:include href="user-system-options.xml" xpointer="host" />
98 <xi:include href="user-system-options.xml" xpointer="machine" />
100 <xi:include href="standard-options.xml" xpointer="help" />
101 <xi:include href="standard-options.xml" xpointer="version" />
102 <xi:include href="standard-options.xml" xpointer="no-pager" />
105 <para>The following commands are understood:</para>
109 <term><command>status</command></term>
111 <listitem><para>Show current settings
112 of the system clock and
113 RTC.</para></listitem>
117 <term><command>set-time [TIME]</command></term>
119 <listitem><para>Set the system clock
120 to the specified time. This will also
121 update the RTC time accordingly. The time
122 may be specified in the format
124 18:17:16".</para></listitem>
128 <term><command>set-timezone [TIMEZONE]</command></term>
130 <listitem><para>Set the system time
131 zone to the specified value. Available
132 timezones can be listed with
133 <command>list-timezones</command>. If
134 the RTC is configured to be in the
135 local time, this will also update the
136 RTC time. This call will alter the
137 <filename>/etc/localtime</filename>
139 <citerefentry><refentrytitle>localtime</refentrytitle><manvolnum>5</manvolnum></citerefentry>
141 information.</para></listitem>
145 <term><command>list-timezones</command></term>
147 <listitem><para>List available time
148 zones, one per line. Entries from the
149 list can be set as the system
151 <command>set-timezone</command>.</para></listitem>
155 <term><command>set-local-rtc [BOOL]</command></term>
157 <listitem><para>Takes a boolean
158 argument. If <literal>0</literal>, the
159 system is configured to maintain the
160 RTC in universal time. If
161 <literal>1</literal>, it will maintain
162 the RTC in local time instead. Note
163 that maintaining the RTC in the local
164 timezone is not fully supported and
165 will create various problems with time
166 zone changes and daylight saving
167 adjustments. If at all possible, keep the
168 RTC in UTC mode. Note that invoking this
169 will also synchronize the RTC from the
171 <option>--adjust-system-clock</option> is
172 passed (see above). This command will
173 change the 3rd line of
174 <filename>/etc/adjtime</filename>, as
176 <citerefentry project='man-pages'><refentrytitle>hwclock</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem>
180 <term><command>set-ntp [BOOL]</command></term>
182 <listitem><para>Takes a boolean
183 argument. Controls whether NTP based
184 network time synchronization is
186 available).</para></listitem>
194 <title>Exit status</title>
196 <para>On success, 0 is returned, a non-zero failure
197 code otherwise.</para>
200 <xi:include href="less-variables.xml" />
203 <title>Examples</title>
204 <para>Show current settings:
205 <programlisting>$ timedatectl
206 Local time: Fri, 2012-11-02 09:26:46 CET
207 Universal time: Fri, 2012-11-02 08:26:46 UTC
208 RTC time: Fri, 2012-11-02 08:26:45
209 Timezone: Europe/Warsaw
215 Last DST change: CEST → CET, DST became inactive
216 Sun, 2012-10-28 02:59:59 CEST
217 Sun, 2012-10-28 02:00:00 CET
218 Next DST change: CET → CEST, DST will become active
219 the clock will jump one hour forward
220 Sun, 2013-03-31 01:59:59 CET
221 Sun, 2013-03-31 03:00:00 CEST</programlisting>
224 <para>Enable an NTP daemon (chronyd):
225 <programlisting>$ timedatectl set-ntp true
226 ==== AUTHENTICATING FOR org.freedesktop.timedate1.set-ntp ===
227 Authentication is required to control whether network time synchronization shall be enabled.
228 Authenticating as: user
230 ==== AUTHENTICATION COMPLETE ===</programlisting>
232 <programlisting>$ systemctl status chronyd.service
233 chronyd.service - NTP client/server
234 Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled)
235 Active: active (running) since Fri, 2012-11-02 09:36:25 CET; 5s ago
241 <title>See Also</title>
243 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
244 <citerefentry project='man-pages'><refentrytitle>hwclock</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
245 <citerefentry project='man-pages'><refentrytitle>date</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
246 <citerefentry><refentrytitle>localtime</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
247 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
248 <citerefentry><refentrytitle>systemd-timedated.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
249 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>