Make timezone config in version.conf

This commit is contained in:
Joshua
2022-07-21 21:12:40 +10:00
parent fea3d575b7
commit 93a1cc671f
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
#-------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#-------------------------------------------------------------------------------
TZ = 'Europe/London'
PIALERT_PATH = '/home/pi/pialert'
DB_PATH = PIALERT_PATH + '/db/pialert.db'

View File

@@ -1,3 +1,4 @@
VERSION = '3.5_leiweibau'
VERSION_YEAR = '2022'
VERSION_DATE = '2022-07-07'
TZ = 'Europe/London'