-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed as not planned
Labels
Description
Issue type:
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[x] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
Steps to reproduce or a small repository showing the problem:
When using the date decorators like @CreateDateColumn or @UpdateDateColumn, the timezone shift (set in connection options) isn't applied. When retrieving these columns, the dates are however shifted, resulting in wrong timestamps.
Reactions are currently unavailable