diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-08-18 12:47:14 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-08-18 12:47:14 -0700 |
commit | 6c5972683d5b6535491122f0155d41541b722804 (patch) | |
tree | a34cd40864ab8e2e50a9e936bd71eb8f3711dd95 /kitchen-tests | |
parent | 71a21fd394864fc80a9679d82f32b4319d038bef (diff) | |
download | chef-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.rb | 2 |
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" |