Are unix timestamps the best way to store timestamps?

后端 未结 9 861
梦毁少年i
梦毁少年i 2020-12-07 16:26

I always use unix timestamps for everything, but am wondering if there is a better way.

What do you use to store timestamps and why?

9条回答
  •  -上瘾入骨i
    2020-12-07 16:54

    If you are storing a log file, please for the love of pete make it something human readable and lexically-sortable.

    2008-10-07 09:47:02 for example.

提交回复
热议问题