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

Bug #108

Open bangiamanu opened 12 years ago

bangiamanu commented 12 years ago

Hi

I am trying to debug this issue where the calendar thinks that the event is from 8:30 to 10:00 but shows the event from 10:00 to 11:30. Any ideas on where to look for errors? I have a screenshot that i can share

themouette commented 12 years ago

Hi,

did you check for timezone offset ?

Julien

bangiamanu commented 12 years ago

Yes I did.

Here is the error. The first event I added is added correctly. The second one is off by 1.5 hours (duration of first event), second is off by 3 hours, third by 4.5 hours

bangiamanu commented 12 years ago

Here is a screenshot with the problem.

Notice event 2 and 3. they are 1hr and 2hrs ahead respectively. If i drag them, the system moves the times back 30 min but still keeps event 2, 1 hr away from allleged time and event 3, 2 hrs away.

Any ideas would be appreciated!

Manu

On Tue, Dec 13, 2011 at 5:48 PM, Julien MUETTON < reply@reply.github.com

wrote:

Hi,

did you check for timezone offset ?

Julien


Reply to this email directly or view it on GitHub:

https://github.com/themouette/jquery-week-calendar/issues/108#issuecomment-3132877

K-Phoen commented 12 years ago

Where can we see that screenshot? Can you share the data used to create the events (a minimal sample) so that we can reproduce the bug?

carlinchisart commented 11 years ago

HI all,

I have the same problem, so i attach an image and this is the data:

start: "2012-12-12T07:30:00.000-05:00" end:" 2012-12-12T08:30:00.000-05:00" start: "2012-12-11T16:30:00.000-05:00" end:" 2012-12-11T17:00:00.000-05:00" start: "2012-12-11T11:30:00.000-05:00" end:" 2012-12-11T12:00:00.000-05:00" start: "2012-12-12T13:00:00.000-05:00" end:" 2012-12-12T14:00:00.000-05:00" start: "2012-12-12T12:30:00.000-05:00" end:" 2012-12-12T13:00:00.000-05:00" start: "2012-12-12T07:00:00.000-05:00" end:" 2012-12-12T07:30:00.000-05:00" start: "2012-12-11T11:00:00.000-05:00" end:" 2012-12-11T12:00:00.000-05:00" start: "2012-12-11T10:00:00.000-05:00" end:" 2012-12-11T11:00:00.000-05:00" start: "2012-12-11T09:00:00.000-05:00" end:" 2012-12-11T10:00:00.000-05:00"

errorInDate