1CDIST-TYPE__TIMEZONE(7) cdist CDIST-TYPE__TIMEZONE(7)
2
3
4
6 cdist-type__timezone - Allows one to configure the desired localtime
7 timezone.
8
10 This type creates a symlink (/etc/localtime) to the selected timezone
11 (which should be available in /usr/share/zoneinfo).
12
14 tz The name of timezone to set.
15
17 None.
18
20 # Set up Europe/Andorra as our timezone.
21 __timezone --tz Europe/Andorra
22
23 # Set up US/Central as our timezone.
24 __timezone --tz US/Central
25
27 Steven Armstrong <steven-cdist--@--armstrong.cc>
28 Nico Schottelius <nico-cdist--@--schottelius.org>
29 Ramon Salvadó <rsalvado--@--gnuine--dot--com>
30 Dennis Camera <dennis.camera--@--ssrq-sds-fds.ch>
31
32
34 Copyright (C) 2012-2020 the AUTHORS. You can redistribute it and/or
35 modify it under the terms of the GNU General Public License as pub‐
36 lished by the Free Software Foundation, either version 3 of the Li‐
37 cense, or (at your option) any later version.
38
40 ungleich GmbH 2021
41
42
43
44
457.0.0 Jul 31, 2022 CDIST-TYPE__TIMEZONE(7)