feat-IRONFANS-66-Robin #189
|
@ -23,7 +23,7 @@ func (p *AccountPunishment) GetEndTimeFormatString() string {
|
||||||
if p == nil || p.EndTime == nil {
|
if p == nil || p.EndTime == nil {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
return time.Unix(util.DerefInt64(p.EndTime), 0).Local().Format("2006年1月2日 15时04分05秒")
|
return time.Unix(util.DerefInt64(p.EndTime), 0).Local().Format("1/2 15:04")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *AccountPunishment) IsPermanent() bool {
|
func (p *AccountPunishment) IsPermanent() bool {
|
||||||
|
|
Loading…
Reference in New Issue