Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event displays on incorrect day #245

Open
nmclaren opened this issue Mar 4, 2014 · 2 comments
Open

Event displays on incorrect day #245

nmclaren opened this issue Mar 4, 2014 · 2 comments

Comments

@nmclaren
Copy link

nmclaren commented Mar 4, 2014

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}

@ghost
Copy link

ghost commented Jul 6, 2014

I loaded this data up and the days appear correctly. +1 to close.

@venkatsep14
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants