-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offsets from logs not working #2243
Comments
I assume it's converted from a |
Correct. It is converted to DateTime. Working on a fix. |
supports of |
Describe the bug
If you open a log file with a different (non-UTC) timestamp, it's lost during usage.
ℹ Computer information
📝 Provide detailed reproduction steps (if any)
DateTimePattern
withyyyy.MM.dd HH:mm:ss.fff zzz
.clef
using Serilog Parser✔️ Expected result
First entry should show
2016.10.12 04:46:58.055 +03:00
❌ Actual result
First entry shows
2016.10.12 04:46:58.055 +02:00
(or whatever your own timezone is)It's not recalculated, it's just using UTC and messes the timezone
📷 Screenshots
The text was updated successfully, but these errors were encountered: