blob: f0e62cc37e0d35ecbd0cf574a93d32451ff7625c (
plain) (
blame)
1
2
3
4
5
|
/* postgres can not */
select
cast(Date("2000-01-01") as TzDate),
cast(Datetime("2000-01-01T01:02:03Z") as TzDatetime),
cast(Timestamp("2000-01-01T01:02:03.456789Z") as TzTimestamp);
|