@ -16,7 +16,7 @@ func SetLocation(name string) {
}
// Timestamp 時間戳
type Timestamp int
type Timestamp int64
func GetUnixNow() Timestamp {
return Timestamp(time.Now().Unix())