Commit Graph

2 Commits

Author SHA1 Message Date
Raúl Marín
6c43781d11 Try manually fixing tests 2023-03-06 12:31:54 +01:00
Azat Khuzhin
17f6c82ffa Prohibit toUnixTimestamp(Date())
Making it implicitly cast to Date() does not looks correct, since before
it returns somewhat unexpected result:

    SELECT toUnixTimestamp(today())

    ┌─toUnixTimestamp(today())─┐
    │                    18591 │
    └──────────────────────────┘
2020-11-25 00:26:14 +03:00