Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log in local timezone #52

Open
giggio opened this issue Nov 4, 2020 · 3 comments
Open

Log in local timezone #52

giggio opened this issue Nov 4, 2020 · 3 comments

Comments

@giggio
Copy link

giggio commented Nov 4, 2020

I can see that the logs are coming out in UTC, can we use the system local time instead, or maybe add a flag to enable this?

@Kornelius777
Copy link

I would like to support this request!
My server runs in the local timezone.
However, the endlessh log is in Zulu Time

PLEASE let me decide, in which timezone the log will be written.

Thank you kindly!

@Kornelius777
Copy link

Wellll....
It wasn't too complicated...
in endlessh.c, just replace "gmtime_r" with "localtime_r"
make, make install
Done.

@objecttothis
Copy link

I just came across this issue looking for the same thing. I'm glad I'm not crazy, but it's a little disheartening that this issue has been open for more than two years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants