| Issue 1110: | IETF datestrings ignoreTimezone support | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I would like to display all events in GTM/UTC. No matter what way I am passing event starts, it always displays the events in the local timezone of the computer. I am using Wed, 18 Oct 2009 13:00:00 GMT to pass the start event, and I gave it a try to pass unix timestamps. It always renders the event based on the given timezone + the offset for my local one. ignoreTimezone does net help. The local offset of the browser is the problem.
Sep 13, 2011
Project Member
#1
althaus.it
Status:
Reproducing
Sep 13, 2011
No, at least it is handled different in Firefox and Chrome as example. 1.) using timestamp, ignoretimezone=true -> OK for Chrome, wrong for Firefox 2.) using timestamp, ignoretimezone=false -> same as 1.) 3.) using "Wed, 18 Oct 2009 13:00:00 GMT", ignoretimezone=true -> works in firefox and chrome, but shows times in local timezone 4.) using "Wed, 18 Oct 2009 13:00:00 GMT", ignoretimezone=false -> works in firefox and chrome, but shows times in local timezone Windows 7 64 bit german, latest versions of both browsers, and 1.5.2 of fullcalendar, data provided by json feed.
Oct 2, 2011
this isn't working because the ignoreTimezone option only works with ISO8601 dates, not IETF dates like you are using. this issue will be addressed in the next release.
Summary:
ignore
Status: Maybe
Oct 2, 2011
(No comment was entered for this change.)
Summary:
ignoreTimezone for IETF datestrings
Oct 3, 2011
this was the solution, thank you.
Aug 13, 2013
(No comment was entered for this change.)
Status:
Accepted
Labels: -Type-Enhancement Type-BehaviorMod
Aug 14, 2013
(No comment was entered for this change.)
Summary:
IETF datestrings ignoreTimezone support
(was: ignoreTimezone for IETF datestrings)
Labels: -Type-BehaviorMod Type-Behavior
Sep 1, 2013
(No comment was entered for this change.)
Labels:
milestone-date
May 25, 2014
ignoreTimezone is no longer present in v2. timezone support has been completely rethought. http://arshaw.com/fullcalendar/wiki/Upgrading-to-2/ will be released soon
Status:
Implemented
Jun 2, 2014
version 2 has been released with this change. http://blog.arshaw.com/1/post/2014/06/fullcalendar-2-released.html
Status:
Released
|
|
| ► Sign in to add a comment |