dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

About timezone setting in sqlite #820

Closed moonrailgun closed 6 years ago

moonrailgun commented 6 years ago

By default the timezone setting will be setting with local. in mysql it run perfect but in sqlite it will deem my local time is a GMT time, not CST time .

Ofcourse i can set it with my local timezone manual.but i also think it is a bug because it different between sqlite and mysql.

moonrailgun commented 6 years ago

Close issue with pr #822 .