2022-04-20 11:11:31 +00:00
|
|
|
SELECT cast(toDateTime64('1965-12-12 12:12:12.123', 3, 'UTC') as Decimal64(3));
|
|
|
|
SELECT cast(toDateTime64('1975-12-12 12:12:12.123', 3, 'UTC') as Decimal64(3));
|
2022-05-24 08:47:17 +00:00
|
|
|
SELECT toDateTime64('1969-12-31 23:59:59.123', 3, 'UTC');
|