Open tzapu opened 5 years ago
are they unix timestamps? thoughts on using time.Unix
over your suggestion?
ref: https://stackoverflow.com/questions/24987131/how-to-parse-unix-timestamp-to-time-time
unless i m reading this wrong, https://golang.org/pkg/time/#Unix will return a time.Date , so it's the same thing :D
This is usually the point where I call myself an idiot.
for ease of use in go