rameplayerorg / rameplayer-backend

Rameplayer Backend
GNU General Public License v2.0
1 stars 0 forks source link

Rame syslog entries have wrong timestamp #58

Open jlauha opened 6 years ago

jlauha commented 6 years ago

In the current 1.2.0 release (possibly some earlier ones as well), all syslog entries are marked with "Jan 1 03:59:59" timestamp.

The system clock and hw clock all work fine, there doesn't seem to be issue with them. Also, if some entirely different process opens and writes to syslog, the timestamps are correct.

jlauha commented 5 years ago

The above workaround fixes the issue with timestamps always being marked with same date/time.

But with the workaround the timestamps won't be in local time but in UTC time instead.

jlauha commented 5 years ago

https://bugs.alpinelinux.org/issues/8028