The source project of this merge request has been removed.
aggregate_logger: fix bug with timestamp at beginning of the new year
Merged
aggregate_logger: fix bug with timestamp at beginning of the new year
(removed):master
into
master
All threads resolved!
All threads resolved!
Compare changes
Files
2- Alexander Hinz authored
+ 8
− 12
@@ -14,6 +14,7 @@ from lib.logger import initLogger, exceptionLogged
@@ -73,8 +74,8 @@ def aggregatePeriod(df, pflags1, pflags2, aggregations):
@@ -96,8 +97,8 @@ def aggregatePeriod(df, pflags1, pflags2, aggregations):
@@ -109,23 +110,19 @@ def aggregateData(df, freq, config):
@@ -178,7 +175,6 @@ if __name__ == "__main__":