Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timestamps should be time.Date s #6

Open
tzapu opened this issue Oct 8, 2019 · 3 comments
Open

timestamps should be time.Date s #6

tzapu opened this issue Oct 8, 2019 · 3 comments

Comments

@tzapu
Copy link
Contributor

tzapu commented Oct 8, 2019

for ease of use in go

@corpetty
Copy link
Owner

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

@tzapu
Copy link
Contributor Author

tzapu commented Oct 15, 2019

unless i m reading this wrong, https://golang.org/pkg/time/#Unix will return a time.Date , so it's the same thing :D

@corpetty
Copy link
Owner

This is usually the point where I call myself an idiot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants