date_tz_expand_gmt.sql 195 B

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