Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Priya JayaprakashPriya Jayaprakash(Deactivated)Priority
BlockerFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Priya Jayaprakash
Priya Jayaprakash(Deactivated)Priority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 11 June 2015 at 22:40
Updated 1 December 2016 at 10:40
Resolved 1 December 2016 at 10:40
My timezone setting on the OS and database is PST, and Lucee is PST8PDT. However, Lucee seems to be converting my database timestamps to UTC. The database contains data with the correct timestamp; for example, 6/11/2015 14:54:50. However, when doing a cfquery(SELECT) the timestamp returned isn't correct; for example, {ts '2015-06-11 22:54:50'}. I've also attempted changing the datasource timezone from 'Same as Lucee instance' to 'PST8PDT'.
This is a major problem if timestamps from the database are auto converted. Is anyone else facing this issue? Is there a workaround/setting that I'm missing?