From 8e28156f12e778bdec8246d11fb6ccd3130573f2 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Mon, 28 Aug 2023 09:58:21 +0800 Subject: [PATCH] * Change yaml date format. --- module/project/test/yaml/execution.yaml | 2 +- module/project/test/yaml/task.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/project/test/yaml/execution.yaml b/module/project/test/yaml/execution.yaml index 79fbc39369..8507bfa976 100644 --- a/module/project/test/yaml/execution.yaml +++ b/module/project/test/yaml/execution.yaml @@ -32,7 +32,7 @@ fields: - field: begin range: "20201101 000000:1D" type: timestamp - format: "YY/MM/DD hh::mm:ss" + format: "YY/MM/DD" postfix: "\t" - field: end range: "20220101 000000:1D" diff --git a/module/project/test/yaml/task.yaml b/module/project/test/yaml/task.yaml index a66a531129..af9ee85c6b 100755 --- a/module/project/test/yaml/task.yaml +++ b/module/project/test/yaml/task.yaml @@ -33,13 +33,14 @@ fields: range: "[]{2},user1{3}" - field: estStarted range: "20201101 000000:1D" + format: "YY-MM-DD" type: timestamp format: "YY/MM/DD hh::mm:ss" postfix: "\t" - field: deadline range: "20210101 000000:1D" type: timestamp - format: "YY/MM/DD" + format: "YY-MM-DD" postfix: "\t" - field: finishedBy range: "[]{4},admin,[]{4}"