Skip to content

Commit 99c1d74

Browse files
authored
remove time without time zone from date type cast (#255)
1 parent 4a6669c commit 99c1d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const types = module.exports.types = {
2828
},
2929
date: {
3030
to: 1184,
31-
from: [1082, 1083, 1114, 1184],
31+
from: [1082, 1114, 1184],
3232
serialize: x => x.toISOString(),
3333
parse: x => new Date(x)
3434
},

0 commit comments

Comments
 (0)