12 lines
345 B
Ruby
12 lines
345 B
Ruby
default.tz = 'UTC'
|
|
|
|
# Path to tzdata directory
|
|
default.timezone.tzdata_dir = '/usr/share/zoneinfo'
|
|
|
|
# Path to file used by kernel for local timezone's data
|
|
default.timezone.localtime_path = '/etc/localtime'
|
|
|
|
# Whether to use a symlink to tzdata (instead of copying).
|
|
# Used only in the linux-default recipe.
|
|
default.timezone.use_symlink = false
|