Skip to content

Commit

Permalink
UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Oct 19, 2024
1 parent b401765 commit a749b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func ExampleMailgunImpl_ListMetrics() {
}

opts := mailgun.MetricsOptions{
Start: mailgun.RFC2822Time(time.Now().Add(-time.Hour * 24 * 30)),
Start: mailgun.RFC2822Time(time.Now().UTC().Add(-time.Hour * 24 * 30)),
Pagination: mailgun.MetricsPagination{
Limit: 10,
},
Expand Down

0 comments on commit a749b31

Please sign in to comment.