Files

9 lines
152 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package model
// const .
const (
TimeFormatSec = "2006-01-02 15:04:05"
TimeFormatDay = "2006-01-02"
ThirtyDayUnixTime = 30 * 24 * 60 * 60
)