You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Time returns an int64 unix timestamp in milliseconds of the snowflake ID time// DEPRECATED: the below function will be removed in a future release.func (fID) Time() int64 {
return (int64(f) >>timeShift) +Epoch
}
Why DEPRECATED for func Time?