package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 5, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
t := time.Unix(1340244776, 0)
utc, _ := time.LoadLocation("UTC")
t = t.In(utc)
fmt.Println(Format("%Y-%m-%d %H:%M:%S", t))
Output:
2012-06-21 02:12:56
Source Files
¶
Click to show internal directories.
Click to hide internal directories.