2023-05-18 09:07:27 +00:00
|
|
|
select toUnixTimestamp(makeDate(2023, 5, 10));
|
|
|
|
select toUnixTimestamp(makeDate32(2023, 5, 10));
|
|
|
|
select toUnixTimestamp(makeDate(2023, 5, 10), 'Pacific/Auckland');
|
|
|
|
select toUnixTimestamp(makeDate32(2023, 5, 10), 'Pacific/Auckland');
|