in reply to Re: Timestamp help
in thread Timestamp help
MySQL has DATE, TIMESTAMP and DATETIME data types. It also has a UNIX_TIMESTAMP() function which will take those data types and return seconds since epoch.
Note, UNIX_TIMESTAMP() and FROM_UNIXTIME do not provide a bijective mapping.
|
|---|