jvanlint / OPTICS

An open source Django based web application to provide a campaign management tool for Digital Combat Simulator.
1 stars 0 forks source link

Time until mission is incorrect #48

Closed Steveveepee closed 3 years ago

Steveveepee commented 3 years ago

Describe the bug The time until mission start at the top of a mission page is not correct

See following screenshot, mission time is 2000 tomorrow, current time is 2022, so time until mission start should be 23:38. not 1 day, 3 hrs. Screenshots image

Steveveepee commented 3 years ago

Template code is {{ mission_object.mission_date|timeuntil }}

I'll push a change to correct. (datetime fields are supported in python and Django, any reason why I shouldn't combine the Date and Time fields in the Mission model?)

Steveveepee commented 3 years ago

Fixed with latest pull request