目前我的时间戳在json中返回
"created_at": "2015-08-16T19:25:37.678Z",
"updated_at": "2015-08-16T19:25:37.678Z",
我宁愿将UNIX时间戳GMT 0改为: 7918273981723(不是实际数字:P)
任何帮助都会很棒!
答案 0 :(得分:0)
created_at
和updated_at
都响应to_i
以返回UNIX时间:
created_at_unix_time = User.find_by(id: 1).created_at.to_i