Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wie konvertiert man menschliches Datum in Unix-Zeitstempel in Mysql?

mysql> select unix_timestamp('2008-01-08 19:23:32');
+---------------------------------------+
| unix_timestamp('2008-01-08 19:23:32') |
+---------------------------------------+
|                            1199849012 |
+---------------------------------------+
1 row in set (0.04 sec)

gefunden hier:http://www.epochconverter.com/