You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not loading the data correctly, When Day Light Savings coming into picture the dates are coming one day before. Let's say Day light savings end on November 3 and if I create the event in November 3 and it is showing on November 2 and also it continue that until March.
For some reason, the event intended for 3/10, as well as the one intended for 3/9, BOTH display in the calendar date of 3/9.
events_source call (from apache access_log):
<ip_scrubbed> - <username_scrubbed> [04/Mar/2014:19:28:16 +0000] "GET /opsboard/api/events/?from=1393660800000&to=1396335600000&browser_timezone=America%2FLos_Angeles HTTP/1.1" 200 8898
Result from events_source call:
{"result": [{"end": 1394179200000, "title": "OUT: username_scrubbed (2014-03-07) - 122790", "url": "", "id": 122790, "start": 1394179200000, "class": "event-info"}, {"end": 1394265600000, "title": "OUT: username_scrubbed (2014-03-08) - 122790", "url": "", "id": 122790, "start": 1394265600000, "class": "event-info"}, {"end": 1394352000000, "title": "OUT: username_scrubbed (2014-03-09) - 122790", "url": "", "id": 122790, "start": 1394352000000, "class": "event-info"}, {"end": 1394434800000, "title": "OUT: username_scrubbed (2014-03-10) - 122790", "url": "", "id": 122790, "start": 1394434800000, "class": "event-info"}], "success": 1}
The text was updated successfully, but these errors were encountered: