1
This commit is contained in:
parent
579f1c820b
commit
c6b6e0e4c5
@ -44,7 +44,7 @@ class BehaviorAnalysis:
|
||||
self.event_view = report['query']['eventView']
|
||||
self.events = report['query']['events']
|
||||
e_days, s_days = self.event_view['recentDay'].split('-')
|
||||
self.event_view['endTime'] = arrow.get().shift(days=-int(e_days)).strftime('%Y-%m-%d 23:59:59')
|
||||
self.event_view['endTime'] = arrow.get().shift(days=-int(e_days)+1).strftime('%Y-%m-%d 23:59:59')
|
||||
self.event_view['startTime'] = arrow.get().shift(days=-int(s_days)).strftime('%Y-%m-%d 00:00:00')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user