Describe the bug
When someone posts log snippets like these, then the time gets translated assuming those timestamps were the user's time, but the Z at the end indicates that these are UTC timestamps:
│ {"level":"debug","msg":"Pinged redis in 1.046889ms","time":"2022-03-08T13:53:36.878Z"}
To Reproduce
Steps to reproduce the behavior:
Send the above message
Expected behavior
The sending time being interpreted as a UTC timestamp
Describe the bug When someone posts log snippets like these, then the time gets translated assuming those timestamps were the user's time, but the
Z
at the end indicates that these are UTC timestamps:To Reproduce Steps to reproduce the behavior:
Expected behavior The sending time being interpreted as a UTC timestamp