I was trying to store BC dates in a database and due to various issues with
date handling and assumptions about date ranges, I decided to store the
date as a int64 number and use time.Unix() to convert it to a time object.
This mostly works but I found some weird behavior:

https://play.golang.org/p/4zm4pw8bwP

Any ideas why this is happening?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to