diff options
Diffstat (limited to 'conf.d/clock')
-rw-r--r-- | conf.d/clock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf.d/clock b/conf.d/clock new file mode 100644 index 00000000..f11df3fa --- /dev/null +++ b/conf.d/clock @@ -0,0 +1,16 @@ +# /etc/conf.d/clock + +# Set CLOCK to "UTC" if your system clock is set to UTC (also known as +# Greenwich Mean Time). If your clock is set to the local time, then +# set CLOCK to "local". Note that if you dual boot with Windows, then +# you should set it to "local". + +CLOCK="UTC" + +# Select the proper timezone. For valid values, peek inside of the +# /usr/share/zoneinfo/ directory. For example, some common values are +# "America/New_York" or "EST5EDT" or "Europe/Berlin". If you want to +# manage /etc/localtime yourself, set this to "". + +#TIMEZONE="Factory" + |