ts-typed-sql icon indicating copy to clipboard operation
ts-typed-sql copied to clipboard

tDate is completely broken

Open phiresky opened this issue 8 years ago • 0 comments

it serializes new Date() using .toString() which results in invalid input syntax for type timestamp with time zone: "Thu Dec 11 2014 00:00:00 GMT+0100 (CET)"

phiresky avatar Jun 04 '17 21:06 phiresky