package common import "time" func NowUTC() time.Time { return time.Now().UTC() }