aboutsummaryrefslogtreecommitdiff
path: root/include/py/homekit/database/inverter_time_formats.py
diff options
context:
space:
mode:
Diffstat (limited to 'include/py/homekit/database/inverter_time_formats.py')
-rw-r--r--include/py/homekit/database/inverter_time_formats.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/py/homekit/database/inverter_time_formats.py b/include/py/homekit/database/inverter_time_formats.py
new file mode 100644
index 0000000..7c37d30
--- /dev/null
+++ b/include/py/homekit/database/inverter_time_formats.py
@@ -0,0 +1,2 @@
+FormatTime = '%Y-%m-%d %H:%M:%S'
+FormatDate = '%Y-%m-%d'