package beaconfire import "time" func Ts2Str(ts int64) string { return time.Unix(ts, 0).Format("2006-01-02 15:04:05") }