timestamp

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

README

Obvious timestamp helper methods

Contributor Covenant License GitHub release

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())
}

Documentation

Index

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL