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

I'll be the one! #473

Open
Silent-Gloves opened this issue Jun 5, 2023 · 0 comments
Open

I'll be the one! #473

Silent-Gloves opened this issue Jun 5, 2023 · 0 comments

Comments

@Silent-Gloves
Copy link

Silent-Gloves commented Jun 5, 2023

// It's been there a few years and no on complained so leave it alone for now.

I'm writing some Direwolf companion software called Shadowcat for my own purposes, and Shadowcat likes to sneakily follow Direwolf around looking at his logs. It's quite inconvenient that Direwolf wants to flip logs at 00:00UTC.

In my install, at:
https://github.com/wb2osz/direwolf/blob/master/src/log.c#L226
I've updated...
(void)gmtime_r (&now, &tm);
to
(void)localtime_r (&now, &tm);
...which appears to be working fine; however, it would be nice if it were a configurable option in direwolf.conf.

Obviously not a pressing issue, just a nice to have.

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

1 participant