* Change yaml date format.

This commit is contained in:
caoyanyi
2023-08-28 09:58:24 +08:00
parent 474f7fa55a
commit 8e28156f12
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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"
+2 -1
View File
@@ -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}"