This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user