event-calendar
event-calendar copied to clipboard
Every event is listed at 12am
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
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