appoptics / appoptics-api-go

The official Go client for the AppOptics metrics API
https://docs.appoptics.com/api/
Apache License 2.0
4 stars 7 forks source link

use Time.Now().UTC() in flushReporter #32

Closed cce closed 6 years ago

cce commented 6 years ago

I noticed we are using Time.Now().UTC() in other places, just not here. Alternative to #28.

cce commented 6 years ago

Unnecessary, Unix() already means UTC.