We're using Serilog in our ASP.Net application and I've noticed, that it emits time in logs in UTC instead of local timezone. Server's timezone and time is set correctly (it equals to local time).
Is there a way to confiure Serilog to emit date and time in local timezone?
C:\Logs>type log-20190716_004.json
(...)
{"@t":"2019-07-16T10:30:00.0967307Z","@mt":"(...)","@l":"Warning","@x":"(...)"}
C:\Logs>time
The current time is: 12:31:43.95
C:\Logs>date
The current date is: Tue 07/16/2019