sajib1066/event-calendar

Every event is listed at 12am

Closed this issue · 2 comments

In the calendar is every event scheduled at 12 am. Even if i move them per drag and drop they are listed at 12 am again after a refresh
day

event.end_time.date().strftime("%Y-%m-%dT%H:%M:%S")
->
event.end_time.strftime("%Y-%m-%dT%H:%M:%S")

in other_views.py

thank you for the fix toren332, how about the if you drag the event still went back to original date? thank and advance