aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/datetime/date_tz_impossible_cast.sql
blob: 87057a8bd6ac8bd1abe391d3b68cedb562ec6bfc (plain) (blame)
1
2
3
4
5
6
7
/* custom error:cannot be casted to TzDate*/
SELECT
    CAST(AddTimezone(
        /* "1970-01-01T20:59:59Z" */
        CAST(75599 AS DateTime),
        "Europe/Moscow"
    ) AS TzDate)