package gotime const ( DateTimeFormat = "2006-01-02 15:04:05" DateTimeShrinkFormat = "2006-01-02 15:04" DateFormat = "2006-01-02" TimeFormat = "15:04:05" ) const ( DateTimeZhFormat = "2006年01月02日 15点04分05秒" DateTimeZhShrinkFormat = "2006年01月02日 15点04分" DateZhFormat = "2006年01月02日" TimeZhFormat = "15点04分05秒" TimeZhShrinkFormat = "15点04分" )