WebInterface: last changed for statemachine now uses HA date formatting

This commit is contained in:
Paulus Schoutsen 2014-01-19 21:17:19 -08:00
parent 01d81fbd65
commit 2d78e951f7

View File

@ -350,7 +350,7 @@ class RequestHandler(BaseHTTPRequestHandler):
category, category,
state.state, state.state,
attributes, attributes,
state.last_changed)) util.datetime_to_str(state.last_changed)))
# Change state form # Change state form
write(("<tr><td><input name='category' class='form-control' " write(("<tr><td><input name='category' class='form-control' "