hass-configurator
hass-configurator copied to clipboard
Local Time zone rather than UTC for file Mod. dates
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?