salt.states.timezone

Management of timezones

The timezone can be managed for the system:

America/Denver:
  timezone.system:
    - utc: True
salt.states.timezone.system(name, utc='')

Set the timezone for the system.

name
The name of the timezone to use (e.g.: America/Denver)
utc
Whether or not to use UTC (default is True)

Parent topic

Table Of Contents

Previous topic

salt.states.sysctl

Next topic

salt.states.user