summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Hemminger <hemminger@hotmail.com>2018-12-05 14:33:16 -0600
committerGitHub <noreply@github.com>2018-12-05 14:33:16 -0600
commit858b21636fd7699ef026540e6285029d49c9b111 (patch)
tree1be0aa2d2ca1840e5a688c159cd7fcd2a397eff2
parent3be517825769f9659be9ca43586e6b5efd9dbae3 (diff)
downloadchef-858b21636fd7699ef026540e6285029d49c9b111.tar.gz
update description to include windows
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
-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 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,