Documentation
¶
Overview ¶
package timestamp does date & time conversion (from byte slices)
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnknownTimestampFormat returned when the format is not recognised. ErrUnknownTimestampFormat = errors.New("Unknown timestamp format") )
Functions ¶
func FromFiletime ¶
FromFiletime convert a Windows Filetime to Go time. Filetime is expected to be in little endian and so is the input.
func FromUnixNsec ¶
Types ¶
type TimeConvert ¶
Click to show internal directories.
Click to hide internal directories.