Ho un blog in cui gli utenti possono commentare. Inserisco l'ora in cui hanno pubblicato un commento utilizzando NOW()
e quindi utilizzare date('j M Y', stored timestamp)
per mostrare l'ora in cui sono stati pubblicati.Differenza tra UNIX_TIMESTAMP e NOW() in MySQL
Desidero sapere che NOW() restituisce locatime of the end user or the localtime at my server
. È meglio utilizzare UNIX_TIMESTAMP
di NOW()
per calcolare l'ora locale in cui gli utenti hanno pubblicato un commento.
[questo] (http://stackoverflow.com/questions/9613944/timestamp-means) potrebbe aiutare – RMH