ripple-api/common/osu_time_format.go

5 lines
144 B
Go

package common
// OsuTimeFormat is the time format for scores in the DB. Can be used with time.Parse etc.
const OsuTimeFormat = "060102150405"