time - The Go Programming Language
func (Time) Second func (t Time) Second() int Second returns the second offset within the minute specified by t, in the range [0, 59]. func (Time) String func (t Time) String() string String returns the time formatted using the format string "2006-01-02 1...