DMDirc / Parser

DMDirc's parser interface and IRC parser implementation
http://www.dmdirc.com/
MIT License
1 stars 3 forks source link

Fix handling of MessageTags times when we are not at UTC. #154

Closed ShaneMcC closed 7 years ago

ShaneMcC commented 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.