Skip to content

Commit 80d93d2

Browse files
author
jwangen
committed
Minor changes to TIMEZONES for clarification and added notice of timezone
support to README
1 parent 11aef1a commit 80d93d2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Changes:
6262
-Fixed a bug for showing &'s and #'s in the javascript.
6363
-Greatly improved Mozilla Calendar support.
6464
-Overlapping events now display better.
65+
-Added timezone support.
6566
-Other various bug fixes.
6667

6768
0.6

TIMEZONES

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
TIMEZONES
22
---------
33
If your timezone is not in this list, it is assumed that the GMT offset
4-
for both regular time and daylight savings time is +0000. If this is
4+
for both regular time and Daylight Savings Time is +0000. If this is
55
not correct, please use a timezone from this list which will acurrately
6-
represent your GMT offsets. All these are case-sensitive.
6+
represent your GMT offsets. All these are case-sensitive.
77

8-
'Same as Server' is also a choice and it also case sensitive. This will
9-
use the server's timezone offset. No entry at all (an empty string) means
10-
to use the timezome of the event or calendar itself. This is default.
8+
'Same as Server' is also a choice and it also case-sensitive. This will
9+
use the server's timezone offset.
10+
11+
No entry at all (an empty string) means to use the timezome of the event
12+
or calendar itself. This is default.
1113

1214
This does not support setting the offset itself (ie '+0500') because the
1315
offset might change depending on if we're looking at events when Daylight
1416
Savings Time is on, or events when it's off. You must choose a timezone
1517
from this list or an empty string.
1618

19+
*** None of these timezones represent both regular AND Daylight Savings
20+
Time as +0000 except for 'GMT' but ANY string other than whats in this list
21+
will return them both as +0000.
22+
1723
List of Timezones
1824
-----------------
1925
Same as Server
@@ -398,6 +404,7 @@ Europe/Zaporozhye
398404
Europe/Zurich
399405
GB
400406
GB-Eire
407+
GMT
401408
HST
402409
Hongkong
403410
Indian/Antananarivo

0 commit comments

Comments
 (0)