Convert timestamp to UNIX timestamps
Instead of saving timestamp as MYSQL TIMESTAMP
type, save them as INTEGER
(UNIX timestamp) and make them timezone agnostic
Instead of saving timestamp as MYSQL TIMESTAMP
type, save them as INTEGER
(UNIX timestamp) and make them timezone agnostic