You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
direwolf/src/log.c
Line 237 in f9cf42b
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.
The text was updated successfully, but these errors were encountered: