mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
@@ -270,6 +270,7 @@ def get_session_events(event_type, period_date):
|
|||||||
conn = get_temp_db_connection()
|
conn = get_temp_db_connection()
|
||||||
conn.row_factory = sqlite3.Row
|
conn.row_factory = sqlite3.Row
|
||||||
cur = conn.cursor()
|
cur = conn.cursor()
|
||||||
|
tz_name = get_setting_value("TIMEZONE") or "UTC"
|
||||||
|
|
||||||
# Base SQLs
|
# Base SQLs
|
||||||
sql_events = f"""
|
sql_events = f"""
|
||||||
|
|||||||
Reference in New Issue
Block a user