README ¶ Obvious timestamp helper methods Simple timestamp utilities focused on UTC How to Use Installation go get github.com/go-obvious/timestamp Example Usage package main import ( "fmt" "github.com/go-obvious/timestamp" ) func main() { fmt.Println("Epoche:", timestamp.Milli()) } Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func FromEpoche(epoche string) (time.Time, error) func Milli() int64 func MilliFrom(nsec int64) int64 func Nano() int64 func NanoStringToTime(input string) string func Now() time.Time func Sec() int64 func ToEpoche(t time.Time) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FromEpoche ¶ func FromEpoche(epoche string) (time.Time, error) func Milli ¶ func Milli() int64 func MilliFrom ¶ func MilliFrom(nsec int64) int64 func Nano ¶ func Nano() int64 func NanoStringToTime ¶ func NanoStringToTime(input string) string func Now ¶ func Now() time.Time func Sec ¶ func Sec() int64 func ToEpoche ¶ func ToEpoche(t time.Time) string Types ¶ This section is empty. Source Files ¶ View all Source files timestamp.go Click to show internal directories. Click to hide internal directories.