Package timestr
provides a cached version of the currenct time and some string
representations with a 1-second precision.
package main
import (
"fmt"
"github.com/remerge/go-timestr"
)
func main() {
fmt.Println(timestr.ISO8601())
}