danielperna84 / hass-configurator

Configuration UI for Home Assistant
MIT License
306 stars 168 forks source link

Local Time zone rather than UTC for file Mod. dates #234

Open philpownall opened 1 year ago

philpownall commented 1 year ago

Line line 2562 of configurator.py uses date.toUTCString() rather than date.toTimeString() in the Mod. date for a file in the file list for a folder.

Is this a conscious choice? I would expect that users would prefer to see the local time zone modified date rather than UTC, but I could be wrong...and is this is a feature request rather than an issue?