date_tz_io.sql 289 B

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