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
}
The text was updated successfully, but these errors were encountered:
Hmn, that's a good question. I assume there was some reason for adding that note but I can't remember. Let me review it and if I can't remember what it was then we'll just remove that comment :)
Why DEPRECATED for func Time?
The text was updated successfully, but these errors were encountered: