Skip to content

Commit

Permalink
feat: specify timezone...
Browse files Browse the repository at this point in the history
  • Loading branch information
oppara committed Mar 12, 2022
1 parent d3ace93 commit 1b653d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/new.go
Expand Up @@ -69,7 +69,7 @@ func (c *newCmd) run(args []string) error {
Command: "hugo",
Args: []string{"new", strings.TrimPrefix(next, "content/")},
Dir: c.RootPath,
Env: map[string]string{},
Env: map[string]string{"TZ":"Asia/Tokyo"},
Stdin: os.Stdin,
Stdout: ioutil.Discard,
Stderr: ioutil.Discard,
Expand Down

0 comments on commit 1b653d8

Please sign in to comment.