mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
* timezone: Add support for macOS On macOS, preferred way of managing timezone is via `systemsetup(8)`. Thus, we use this command instead of relying on directly modifying `/etc/localtime` as in other *BSDs. * timezone: Use % instead of .format() in strings This ensures better compatibility across different versions of Python.