Hi, I am using the docker image to run our instance on linux and I find that logging times are defaulting to UTC. Can I change the logging timezone to local timezone instead.
Thanks.
Hi @ack22 ,
We use gettimeofday to get timestamps from the system. We don’t send a time-zone to this function, but in theory we could. Or we could adjust it server-side.
I suggest you open a feature request for this issue!
Got it. Having it as a log configuration setting will be helpful. Will look to open a feature request. thanks.
1 Like
Here is a PR to track: feat(core): add configurable timezone for logger by nwoolmer · Pull Request #5231 · questdb/questdb · GitHub
1 Like