GoCMS
GoCMS copied to clipboard
replace 2-nd "minutes" with "seconds" in date formats
Format strings contain minutes 2 times. For example, time.Now().Format("2006-01-02 15:04:04")
. I think that dates should have seconds.