HomeUniDoc
...

Package common

Overview ▾

Package common contains common properties used by the subpackages.

Index ▾

Package files

time.go version.go

Constants

Version holds version information, when bumping this make sure to bump the released at stamp also.

const Version = "0.6.0"

Variables

ReleasedAt is the release timestamp for the given Version.

var ReleasedAt = time.Date(releaseYear, releaseMonth, releaseDay, releaseHour, releaseMin, 0, 0, time.UTC)

func UtcTimeFormat

func UtcTimeFormat(t time.Time) string

UtcTimeFormat returns a formatted string describing a UTC timestamp.