github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/function/func_timestamp.result (about)

     1  select timestamp('2039-01-20 01:00:00');
     2  timestamp(2039-01-20 01:00:00)
     3  2039-01-20 01:00:00
     4  select timestamp('1968-01-20 01:00:00');
     5  timestamp(1968-01-20 01:00:00)
     6  1968-01-20 01:00:00
     7  select timestamp('2038-02-10 01:00:00');
     8  timestamp(2038-02-10 01:00:00)
     9  2038-02-10 01:00:00
    10  select timestamp('1969-11-20 01:00:00');
    11  timestamp(1969-11-20 01:00:00)
    12  1969-11-20 01:00:00
    13  select timestamp('2038-01-20 01:00:00');
    14  timestamp(2038-01-20 01:00:00)
    15  2038-01-20 01:00:00
    16  select timestamp('1969-12-30 01:00:00');
    17  timestamp(1969-12-30 01:00:00)
    18  1969-12-30 01:00:00
    19  select timestamp('0001-12-30 01:00:00');
    20  timestamp(0001-12-30 01:00:00)
    21  0001-12-30 01:00:00
    22  select timestamp('9999-12-30 01:00:00');
    23  timestamp(9999-12-30 01:00:00)
    24  9999-12-30 01:00:00