Use singular form of DST

Daylight Saving Time (DST) is singular, not plural.
This commit is contained in:
Travis Rhoden 2018-05-25 16:08:41 -07:00
parent fa8903145c
commit 920b0712ff
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,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 Savings 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 that 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 that 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 that web site recognizes. To make this work you need to specify the time zone in a way that that 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)`.