minor UI fix, minot data processing improvements
This commit is contained in:
@@ -35,7 +35,7 @@ class TimeSeriesAggregator:
|
||||
conn = self.db_provider()
|
||||
cursor = conn.cursor()
|
||||
|
||||
now = datetime.now()
|
||||
now = datetime.utcnow()
|
||||
|
||||
# --- РАСЧЕТ ВРЕМЕННЫХ КВАНТОВ ---
|
||||
# 1. Сутки (00:00:00)
|
||||
|
||||
Reference in New Issue
Block a user