Skip to content

I'll be the one! #473

@Silent-Gloves

Description

@Silent-Gloves

// 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions