Rob Emery
Rob Emery
@darijan2002 I can't reproduce this, can you attach a screenshot?
@MisterDoobDoob I'll approve this, but I'm not sure if it'd get merged
Yeah that should be truncated, 32F is exactly 0C by definition; whether this is important enough to be fixed now we're in maintenance mode I don't know
It's most likely that the input string isn't being handled as utf8
@shffrror I believe unless it's actually critical to the plugin then we wouldn't be making any changes. That said I'd be happy to pick up maintenance etc if that there's...
If no-one else can pick this up, I can take a swing at it. I'm confused as to the actual problem though; for queries such as `11:00 EST` if the...
@unhammer to clarify, you're saying that the problem is that the current DST state of the person querying isn't taken in account?
@unhammer thanks for the clarification, that makes more sense
OK, so I think maybe we can do something like queries for `EDT` or `EST` (for example) is always answered as "ET" (Eastern Time). Eastern Time, will be EDT or...
Hmm, feels a bit weird to have something return stdout which is in the wrong format. I guess if it was in XML comments it'd be valid, that'd be easier...