Removed the extra change
My bad. Not sure how that got in there. Corrected.
This commit is contained in:
parent
2fba899835
commit
fc9fe8b0c6
|
@ -17,9 +17,7 @@ The documentation follows a template and uses the values from [`sigs.yaml`](/sig
|
||||||
**Time Zone gotcha**:
|
**Time Zone gotcha**:
|
||||||
Time zones make everything complicated.
|
Time zones make everything complicated.
|
||||||
And Daylight Saving time makes it even more 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
|
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.
|
||||||
|
|
||||||
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.
|
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)`.
|
Practically, that means US pacific time must be `PT (Pacific Time)`.
|
||||||
`PT` isn't good enough, unfortunately.
|
`PT` isn't good enough, unfortunately.
|
||||||
|
|
Loading…
Reference in New Issue