Skip to content

Instantly share code, notes, and snippets.

@178inaba
Last active October 22, 2015 08:48
Show Gist options
  • Select an option

  • Save 178inaba/0feaf28740d7bd385edb to your computer and use it in GitHub Desktop.

Select an option

Save 178inaba/0feaf28740d7bd385edb to your computer and use it in GitHub Desktop.
0000-01-01 00:00:00 +0000 UTC from unix time
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println(time.Unix(-62167219200, 0))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment