win_timezone – Sets Windows machine timezone

From Get docs
Ansible/docs/2.8/modules/win timezone module


win_timezone – Sets Windows machine timezone

New in version 2.1.


Synopsis

  • Sets machine time to the specified timezone.

Parameters

Parameter Choices/Defaults Comments

timezone

string / required

Timezone to set to.

Example: Central Standard Time



Notes

Note


See Also

See also

win_region – Set the region and format settings
The official documentation on the win_region module.


Examples

- name: Set timezone to 'Romance Standard Time' (GMT+01:00)
  win_timezone:
    timezone: Romance Standard Time

- name: Set timezone to 'GMT Standard Time' (GMT)
  win_timezone:
    timezone: GMT Standard Time

- name: Set timezone to 'Central Standard Time' (GMT-06:00)
  win_timezone:
    timezone: Central Standard Time

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description

previous_timezone

string

success

The previous timezone if it was changed, otherwise the existing timezone.


Sample:

Central Standard Time

timezone

string

success

The current timezone (possibly changed).


Sample:

Central Standard Time




Status

Authors

  • Phil Schwartz (@schwartzmx)

Hint

If you notice any issues in this documentation you can edit this document to improve it.


© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.8/modules/win_timezone_module.html