diff --git a/src/pipelines/dbf_to_postgres_ctllog_pwc.py b/src/pipelines/dbf_to_postgres_ctllog_pwc.py index 1a6d96a..5957386 100644 --- a/src/pipelines/dbf_to_postgres_ctllog_pwc.py +++ b/src/pipelines/dbf_to_postgres_ctllog_pwc.py @@ -156,7 +156,7 @@ class DbfToPostgresCtllogPwcPipeline(BasePipeline): if created is None or real_value is None: 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(( created_str,