robmonie / jquery-week-calendar

Now actively maintained in the following fork - https://github.com/themouette/jquery-week-calendar
388 stars 388 forks source link

Date display always based on browser date #15

Closed trek closed 10 years ago

trek commented 14 years ago

e.g: if client is currently UTC-4, but dates are stored and returned in UTC, all dates calendar events are displayed four hours later than in intended. Constructor might need a timeOffest option (defaulting to new Date().getTimezoneOffset() and ability to handle dates returned from the server with offset identifiers.