This commit is contained in:
parent
d1af60c812
commit
c9e46a902f
|
|
@ -156,7 +156,7 @@ class DbfToPostgresCtllogPwcPipeline(BasePipeline):
|
||||||
if created is None or real_value is None:
|
if created is None or real_value is None:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
created_str = created.strftime('%Y-%m-%d %H:%M:%S.%f')[:-3] + '+00'
|
created_str = created.strftime('%Y-%m-%d %H:%M:%S') + '+00'
|
||||||
|
|
||||||
self.batch_data.append((
|
self.batch_data.append((
|
||||||
created_str,
|
created_str,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user