Page 1 of 1

Feature request - SQL Logger

PostPosted: Mon Jan 09, 2017 6:46 pm
by ryanbuckner
I noticed that the SQL Logger timestamp is recorded in GMT. I would like a feature to configure GMT vs timezone in the country/zone where you live.

Re: Feature request - SQL Logger

PostPosted: Mon Jan 09, 2017 7:05 pm
by FlyingDiver
Database timestamps are always in GMT. You need to convert when you read data from the DB.

Re: Feature request - SQL Logger

PostPosted: Wed Jan 11, 2017 5:36 pm
by ryanbuckner
FlyingDiver wrote:
Database timestamps are always in GMT. You need to convert when you read data from the DB.


Yeah agreed. I'll just change my query