summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorCorey Hemminger <hemminger@hotmail.com>2018-12-05 14:33:16 -0600
committerTim Smith <tsmith@chef.io>2019-01-16 16:52:13 -0800
commitd670c806169ce70799965f4a76254c5306987cb0 (patch)
tree224ee49465201dc3a48e139771778f55c9957e05 /lib/chef/resource
parenta3a03b7ff745a83517638958b16e5158c0fbfc0a (diff)
downloadchef-d670c806169ce70799965f4a76254c5306987cb0.tar.gz
update description to include windows
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/timezone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/timezone.rb b/lib/chef/resource/timezone.rb
index 4a19001b99..d73d5b87ff 100644
--- a/lib/chef/resource/timezone.rb
+++ b/lib/chef/resource/timezone.rb
@@ -25,7 +25,7 @@ class Chef
preview_resource true
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,