Skip to content

Commit

Permalink
Replace the "UTC" timezone with "Etc/UTC"
Browse files Browse the repository at this point in the history
Replace the "UTC" timezone with "Etc/UTC" for compatibility with all supported versions of Linux distributions.
  • Loading branch information
vitabaks committed Jun 18, 2023
1 parent f7db5dc commit 58cd484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
swap_file_create: false # Added to prevent test failures in CI.
sysctl_set: false # Added to prevent test failures in CI.
nameservers: ["8.8.8.8", "9.9.9.9"]
timezone: "UTC"
timezone: "Etc/UTC"
with_haproxy_load_balancing: true
consul_node_role: server # if dcs_type: "consul"
consul_bootstrap_expect: true # if dcs_type: "consul"
Expand Down
2 changes: 1 addition & 1 deletion vars/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ntp_servers: []
# - "10.128.64.45"

timezone: ""
# timezone: "UTC"
# timezone: "Etc/UTC"
# timezone: "America/New_York"
# timezone: "Europe/Moscow"
# timezone: "Europe/Berlin"
Expand Down

0 comments on commit 58cd484

Please sign in to comment.