TIL: MySQL timestamp column can't go beyond '2038-01-19 03:14:07'
By Xinecraft on Jan 3, 2022

MySQL 'timestamp' type column cannot store value beyond '2038-01-19 03:14:07' UTC, i.e., Int32 limit (2147483647).
What do you think about Postgres timestamp column. Can they?