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