1
This commit is contained in:
parent
d48e9166c4
commit
39faa3322c
@ -139,6 +139,8 @@ class UserAnalysis:
|
|||||||
where = user_filter
|
where = user_filter
|
||||||
|
|
||||||
col = sa.Column(item['columnName'])
|
col = sa.Column(item['columnName'])
|
||||||
|
if item.get('data_type') == 'datetime':
|
||||||
|
col = func.addHours(col, self.zone_time)
|
||||||
|
|
||||||
comparator = item['comparator']
|
comparator = item['comparator']
|
||||||
ftv = item['ftv']
|
ftv = item['ftv']
|
||||||
|
Loading…
Reference in New Issue
Block a user