php - 你们储存到数据库中的时间的格式是什么
巴扎黑
巴扎黑 2017-04-10 14:34:06
0
12
1460

我现在 PHP 都是用 time() 得到的 unix timestamp.

你们用什么。

用别的格式像 datetime 有什么优势?

巴扎黑
巴扎黑

reply all(12)
大家讲道理

datetime,好处是易于人类阅读,并且不受 unix timestamp 的起止范围限制。

timestamp,好处是易于计算两个时间点之间的时间差,并且节省空间;一定程度上易于索引。

还有就是性能问题了,如果是 MySQL 的话,建议看看: http://gpshumano.blogs.dri.pt/2009/07/06/mysql-datetime-vs-timestamp-vs-int-performance-and-benchmarking-with-myisam/

巴扎黑

一直都是int

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template