htime: Set zone of datetime from from `go-toml`
authorsatotake <doublequotation@gmail.com>
Mon, 25 Oct 2021 17:49:44 +0000 (02:49 +0900)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 17:49:44 +0000 (19:49 +0200)
commitb959ecbc8175e2bf260f10b08965531bce9bcb7e
tree6865de720f3912b34abe18fb1f964af5ffac48e2
parent70e454812ef684d02ffa881becf0f8ce6a1b5f8c
htime: Set zone of datetime from from `go-toml`

`go-toml/v2`'s unmarshaler does not specify zone name even if value has
offset explicitly.
To make time-formatting behaviour consistent, convert them into string
in hugo.

Close #8895
common/htime/time.go