Skip to content

Commit

Permalink
Change default timezone US/Eastern
Browse files Browse the repository at this point in the history
  • Loading branch information
nauxliu committed Aug 14, 2020
1 parent 358589d commit 4de1593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronitor/resource_heartbeat_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func resourceMonitor() *schema.Resource {
"timezone": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: "UTC",
Default: "US/Eastern",
},
},
}
Expand Down

0 comments on commit 4de1593

Please sign in to comment.