408
408
unix_timestamp(from_unixtime(2147483648))
410
410
select unix_timestamp('2039-01-20 01:00:00');
412
413
select unix_timestamp('1968-01-20 01:00:00');
413
414
ERROR HY000: Received an invalid value '1968-01-20 01:00:00' for a UNIX timestamp.
414
415
select unix_timestamp('2038-02-10 01:00:00');
416
418
select unix_timestamp('1969-11-20 01:00:00');
417
419
ERROR HY000: Received an invalid value '1969-11-20 01:00:00' for a UNIX timestamp.
418
420
select unix_timestamp('2038-01-20 01:00:00');
420
423
select unix_timestamp('1969-12-30 01:00:00');
421
424
ERROR HY000: Received an invalid value '1969-12-30 01:00:00' for a UNIX timestamp.
422
425
select unix_timestamp('2038-01-17 12:00:00');