55
55
# Test for fix for Bug#2523 Check that boundary dates are processed
59
58
select unix_timestamp('1970-01-01 00:00:00');
60
59
select unix_timestamp('1970-01-01 00:00:01');
61
60
select unix_timestamp('2038-01-19 03:14:07');
63
62
select unix_timestamp('2038-01-19 03:14:08');