OpenLoco / ObjectEditor

A modern implementation of 'LocoTool' for dat file parsing
7 stars 2 forks source link

Show date/times in users' local timezone #78

Open LeftofZen opened 1 month ago

LeftofZen commented 1 month ago

All datetimes are stored in the database as DateTimeOffset meaning they contain the timezone information already. In the editor, we should just convert that to the users' local timezone before display.