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