Closed ShaneMcC closed 7 years ago
MessageTags time is in UTC, LocalDateTime doesn't care for the timezone when parsing, so we were treating the UTC time as the local time rather then adjusting from UTC to Local.
Now we adjust it properly.
MessageTags time is in UTC, LocalDateTime doesn't care for the timezone when parsing, so we were treating the UTC time as the local time rather then adjusting from UTC to Local.
Now we adjust it properly.