File tree 2 files changed +13
-5
lines changed 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Changes:
62
62
-Fixed a bug for showing &'s and #'s in the javascript.
63
63
-Greatly improved Mozilla Calendar support.
64
64
-Overlapping events now display better.
65
+ -Added timezone support.
65
66
-Other various bug fixes.
66
67
67
68
0.6
Original file line number Diff line number Diff line change 1
1
TIMEZONES
2
2
---------
3
3
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
5
5
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.
7
7
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.
11
13
12
14
This does not support setting the offset itself (ie '+0500') because the
13
15
offset might change depending on if we're looking at events when Daylight
14
16
Savings Time is on, or events when it's off. You must choose a timezone
15
17
from this list or an empty string.
16
18
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
+
17
23
List of Timezones
18
24
-----------------
19
25
Same as Server
@@ -398,6 +404,7 @@ Europe/Zaporozhye
398
404
Europe/Zurich
399
405
GB
400
406
GB-Eire
407
+ GMT
401
408
HST
402
409
Hongkong
403
410
Indian/Antananarivo
You can’t perform that action at this time.
0 commit comments