Skip to content

Commit 308a53e

Browse files
authored
Merge pull request #35 from serhii-filonenko/main
Fix/add timestamp mode for date-time types without timezone
2 parents b338f43 + 93f3f6b commit 308a53e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

types/datetime.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@
6363
},
6464
"format": "YYYY-MM-DD hh:mm:ss.nnnnnnZ"
6565
},
66+
{
67+
"schema": {
68+
"mode": "timestamp"
69+
},
70+
"format": "YYYY-MM-DD hh:mm:ss.nnn"
71+
},
72+
{
73+
"schema": {
74+
"mode": "timestamp"
75+
},
76+
"format": "YYYY-MM-DD hh:mm:ss.nnnnnn"
77+
},
78+
{
79+
"schema": {
80+
"mode": "timestamp"
81+
},
82+
"format": "YYYY-MM-DD hh:mm:ss.nnnnnnnnn"
83+
},
6684
{
6785
"schema": {
6886
"mode": "interval"

0 commit comments

Comments
 (0)