Skip to content

Option to convert client timestamps to the local time zone #3

Description

@nblumhardt

Some Serilog sinks, such as Console(), show timestamps in whatever time zone they're specified in. This makes logs from the client look inconsistent with logs from the server, since Serilog.Sinks.BrowserConsole sends events with UTC timestamps.

(There's no issue with the timestamps themselves - it's just a display problem.)

We might need to add options.ConvertToServerTimeZone or similar to deal with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions