Skip to content

Support UTC time stamps in logs #54

@aryoda

Description

@aryoda

The current implementation seems to log local times, not UTC.

This makes it difficult to correlate log entries of different services on the same and other computers to get a holistic picture of log events.

The internal implementations uses

timestamp <- Sys.time()

which returns an absolute date-time value of class POSIXct but when a log entry is created the local time zone may be applied...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions