(org int64)
| 65 | }) |
| 66 | } |
| 67 | func formatTimeByMinute(org int64) time.Time { |
| 68 | t := time.Unix(org, 0) |
| 69 | location, _ := time.LoadLocation("Asia/Shanghai") |
| 70 | return time.Date(t.Year(), t.Month(), t.Day(), t.Hour(), t.Minute(), 0, 0, location) |
| 71 | } |
no outgoing calls
no test coverage detected