一介資男
一介資男
文字版: https://gist.github.com/nczz/0a6c2787d05cece77eff
@ottomao 哈哈 抱歉抱歉,圖片本質太複雜,我換一個乾淨點的! https://gist.github.com/nczz/0a6c2787d05cece77eff
Agree with this issue!
Sorry.. I find my problem! timestamp is UTC format in DB, So I just need add "UTC" flag in convert to local time. Maybe write it in document can avoid...
@joakimbeng There is no timezone setting in sequelize. You can just add a flag "UTC" with timestamp to convert in JS. In DB, It stored like `2013-11-22 07:26:53` . Convert...