[go-nuts] VERY weird timezone behavior

2017-02-04 Thread legolord208
I am very confused... Please take a look at this... https://play.golang.org/p/_mnELD1nCv I am trying to convert "1PM" Swedish time (12PM GMT) to German time. In this case also 1PM... But no, not according to Golang. -- You received this message because you are subscribed to the Google Groups "

[go-nuts] Really weird timezone behavior.

2017-02-04 Thread LEGOlord208
Trying to convert timezones. Works nearly, but they have some minutes off! For example, these timezones should be equals: https://play.golang.org/p/_mnELD1nCv They aren't. Fun fact: Because of the way time is built, I can't just simply round it. So this isn't going very well -- You receive