From c9e46a902ff0a4ce725e9409704567e66e6530d1 Mon Sep 17 00:00:00 2001 From: "mingsheng.li" Date: Tue, 5 Aug 2025 15:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E9=94=99=E4=BA=86pipeline=E7=9A=84?= =?UTF-8?q?=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pipelines/dbf_to_postgres_ctllog_pwc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,