コード例 #1
0
ファイル: marshal_test.go プロジェクト: WXB506/golang
func setPST(t *time.Time) *time.Time {
	t.ZoneOffset = -28800
	return t
}