...
Package timeutils
Package timeutils provides utilities used by the packages related with the Pdf time.
Package files
doc.go
pdfdate.go
func FormatPdfTime(in time.Time) string
FormatPdfTime formats provided input time to the PdfDate string.
func ParsePdfTime(pdfTime string) (time.Time, error)
ParsePdfTime parses input PdfDate string into golang time.Time.