jquery-week-calendar icon indicating copy to clipboard operation
jquery-week-calendar copied to clipboard

Bug

Open bangiamanu opened this issue 13 years ago • 5 comments

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

bangiamanu avatar Dec 13 '11 22:12 bangiamanu

Hi,

did you check for timezone offset ?

Julien

themouette avatar Dec 13 '11 23:12 themouette

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 avatar Dec 13 '11 23:12 bangiamanu

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 < [email protected]

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

bangiamanu avatar Dec 13 '11 23:12 bangiamanu

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?

K-Phoen avatar Apr 28 '12 10:04 K-Phoen

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

carlinchisart avatar Dec 12 '12 20:12 carlinchisart