summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/sysconfig/time
blob: 4d8ef6609b3d197b2b43f5babb1589691ed14055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Path:		System/Environment/Clock
## Description:		Information about your timezone and time
## Type:		string
## ServiceRestart:	boot.clock
#
# Set to "-u" if your system clock is set to UTC, and to "--localtime"
# if your clock runs that way.
#
HWCLOCK="-u"

## Type:		string(Europe/Berlin,Europe/London,Europe/Paris)
## ServiceRestart:	boot.clock
#
# Timezone (e.g. CET)
# (this will set /usr/lib/zoneinfo/localtime)
#
TIMEZONE="Australia/Queensland"
DEFAULT_TIMEZONE="Europe/London"