MartinBruun / P6

2 stars 0 forks source link

(int) Make all endpoints to/from the programs use UTC time (app <-> box and app <-> web) #315

Open MartinBruun opened 2 years ago

MartinBruun commented 2 years ago

What should be improved upon and why? Because time is a big problem, the general solution has to be that anything external uses UTC time, and all serializers and deserializers follow this format. However, it is still necessary to convert to local time when accessing through some UI. Ie. the database has to save it in UTC time, but when the information will be shown in the admin interface for instance, it has to be shown in local time