summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-18 12:47:14 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-18 12:47:14 -0700
commit6c5972683d5b6535491122f0155d41541b722804 (patch)
treea34cd40864ab8e2e50a9e936bd71eb8f3711dd95 /kitchen-tests
parent71a21fd394864fc80a9679d82f32b4319d038bef (diff)
downloadchef-6c5972683d5b6535491122f0155d41541b722804.tar.gz
Better specify how to set timezones on windows
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
index df176e8751..aa53ca6365 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
@@ -23,7 +23,7 @@ powershell_script "sensitive sleep" do
sensitive true
end
-timezone "UTC"
+timezone "Pacific Standard time"
include_recipe "ntp"