fnproject/fn

Wrong time zone in fn logs

ramizrahi opened this issue · 2 comments

Hello,
When running "fn start" on a test server, the log time zone is different from the system time zone.
Is there anyway to change the time zone to match the system's?
Thanks

hey, it's all about your docker service as Fn runs within a container.

Thank for the answer.
I also tried to change the time zone within the container itself, but it didn't help.
Even after the container's clock was set to the correct time zone, when running "fn start" the logs were still on UTC.
Is there a way to control the container settings? Is it possible to edit the docker file?