themouette / jquery-week-calendar

A weekly calendar plugin based on jquery and jquery-ui
http://groups.google.com/group/jquery-week-calendar
720 stars 253 forks source link

Events displayed in different days & times across browsers? #138

Open jason-faulkner opened 12 years ago

jason-faulkner commented 12 years ago

I have an issue where the same Event is being displayed in different dates and times on different browsers.

In the following image, I've numbered the browsers and I've shown the date event function beside the browsers:

  1. IE
  2. Firefox (renders the event correctly)
  3. Chrome
  4. Safari (doesn't render the event at all?)

Heres the image: http://test.forkie.com/cal-bug2.jpg

I'm using jQuery.weekCalendar v2.0-dev

Any ideas what is causing it? Thanks, Jason.

themouette commented 12 years ago

Hi,

Can you please provide your event details ? Are all the browsers using the same timezone ?

Julien. Le 17 mai 2012 09:18, "jason-faulkner" < reply@reply.github.com> a écrit :

I have an issue where the same Event is being displayed in different dates and times on different browsers.

In the following image, I've numbered the browsers and I've shown the date event function beside the browsers:

  1. IE
  2. Firefox (renders the event correctly)
  3. Chrome
  4. Safari

Heres the image: http://test.forkie.com/cal-bug2.jpg

Any ideas what is causing it? Thanks, Jason.


Reply to this email directly or view it on GitHub: https://github.com/themouette/jquery-week-calendar/issues/138

jason-faulkner commented 12 years ago

Hi Julien, I included the event details in the image (right hand side). In case you missed it, here's the link to the image: http://test.forkie.com/cal-bug2.jpg

Are all the browsers using the same timezone ?

Yes, all browsers using same timezone. Jason.

cristogomez commented 7 years ago

hi all,

I'm in the same issue right now, there is any solution ?