diff options
author | Tim Smith <tsmith@chef.io> | 2018-12-05 13:28:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 13:28:24 -0800 |
commit | 8f5c99a5e8ae0cd51c080caf03ba567648582b6b (patch) | |
tree | 1be0aa2d2ca1840e5a688c159cd7fcd2a397eff2 | |
parent | 3be517825769f9659be9ca43586e6b5efd9dbae3 (diff) | |
parent | 858b21636fd7699ef026540e6285029d49c9b111 (diff) | |
download | chef-8f5c99a5e8ae0cd51c080caf03ba567648582b6b.tar.gz |
Merge pull request #8018 from Stromweld/patch-1
timezone: updated description to include windows
-rw-r--r-- | lib/chef/resource/timezone.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/timezone.rb b/lib/chef/resource/timezone.rb index 29c65b696c..5d4f1aca5e 100644 --- a/lib/chef/resource/timezone.rb +++ b/lib/chef/resource/timezone.rb @@ -24,7 +24,7 @@ class Chef class Timezone < Chef::Resource resource_name :timezone - description "Use the timezone resource to change the system timezone on Linux and macOS hosts. Timezones are specified in tz database format, with a complete list of available TZ values here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones." + description "Use the timezone resource to change the system timezone on Windows, Linux, and macOS hosts. Timezones are specified in tz database format, with a complete list of available TZ values for Linux and macOS here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones and for Windows here: https://ss64.com/nt/timezones.html." introduced "14.6" property :timezone, String, |