package api import "time" func timeSince(ts int64) int64 { return time.Now().Unix() - ts }