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.
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.