-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Description
Line 237 in f9cf42b
// 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.
Metadata
Metadata
Assignees
Labels
No labels