From 6647c403ad4e3d6ce36bbadca7ac817b270d5a02 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 9 May 2026 12:24:11 +0100 Subject: [PATCH] Update timezone identifiers for US machines --- roles/aws-us-east-2.rb | 2 +- roles/osuosl.rb | 2 +- roles/pixeldeck.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/aws-us-east-2.rb b/roles/aws-us-east-2.rb index 8c6d68f90..0dab853b3 100644 --- a/roles/aws-us-east-2.rb +++ b/roles/aws-us-east-2.rb @@ -3,7 +3,7 @@ description "Role applied to all servers at AWS us-east-2" default_attributes( :location => "Ohio, United States", - :timezone => "US/Eastern" + :timezone => "America/New_York" ) run_list( diff --git a/roles/osuosl.rb b/roles/osuosl.rb index bfdbc9d7c..f0fc92357 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -9,7 +9,7 @@ default_attributes( }, :hosted_by => "OSUOSL", :location => "Corvallis, Oregon", - :timezone => "US/Pacific", + :timezone => "America/Los_Angeles", :networking => { :interfaces => { :external => { diff --git a/roles/pixeldeck.rb b/roles/pixeldeck.rb index a90c2b414..26d62aaad 100644 --- a/roles/pixeldeck.rb +++ b/roles/pixeldeck.rb @@ -4,7 +4,7 @@ description "Role applied to all servers at PixelDeck" default_attributes( :hosted_by => "PixelDeck", :location => "Kansas City, Missouri", - :timezone => "US/Central" + :timezone => "America/Chicago" ) override_attributes( -- 2.39.5