From fc9fe8b0c617972c622b588aac1666ce05feccef Mon Sep 17 00:00:00 2001 From: shavidissa Date: Mon, 20 Aug 2018 23:29:48 +0530 Subject: [PATCH] Removed the extra change My bad. Not sure how that got in there. Corrected. --- generator/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/generator/README.md b/generator/README.md index 9f3ebfaba..31742492c 100644 --- a/generator/README.md +++ b/generator/README.md @@ -17,9 +17,7 @@ The documentation follows a template and uses the values from [`sigs.yaml`](/sig **Time Zone gotcha**: Time zones make everything complicated. And Daylight Saving time makes it even more complicated. -Meetings are specified with a time zone and we generate a link to http://www.thetimezoneconverter.com/ so - -people can easily convert it to their local time zone. +Meetings are specified with a time zone and we generate a link to http://www.thetimezoneconverter.com/ so people can easily convert it to their local time zone. To make this work you need to specify the time zone in a way that the web site recognizes. Practically, that means US pacific time must be `PT (Pacific Time)`. `PT` isn't good enough, unfortunately.