Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 303 Bytes

学习文档.md

File metadata and controls

12 lines (10 loc) · 303 Bytes

sequelize 搜索的时候时间问题

关于“时间”的一次探索

	var sequelize = new Sequelize('born', 'root', '', {
	    host: 'localhost',
	    dialect: 'mysql',
	    port: 3306,
	    timezone: '+08:00' // 修正时区
	})