cactus/gostrftime

%z returns incorrect value

jotes opened this issue · 0 comments

According to strftime.org, %z modifier should return UTC offset in following format: +HHMM. However, gostrftime returns a only number of seconds instead.