I have many timestamp columns that I need to use with mixed time zones. The user time zone is set in the language I use for the interface, so I need MySQL to return the unix timestamp from select *. Is there a way to turn off automatic formatting when retrieving data from MySQL timestamp columns?
source
share