Registry / utility / facebook-time

facebook-time

JSON →
library0.0.0-20260611221709-543d4eac74e7gogounverified

Go library for time-related utilities and algorithms used at Facebook.

go get github.com/facebook/time
INSTALL
IMPORT
SIG · FACEBOOK-TIME
F
facebook-time
utilitygov0.0.0-20260611221709-543d4eac74e7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

time
github.com/facebook/time

Use the time package as a drop-in replacement for the standard library time package.

package main import ( "fmt" "github.com/facebook/time" ) func main() { fmt.Println(time.Now()) }
Debug
Known issues
gotchaThis package may conflict with the standard library 'time' package when imported.
fix
Use an import alias, e.g., import fbtime "github.com/facebook/time"
affects: all
Upgrade
Version history
0.0.0-20260611221709-543d4eac74e7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
facebook-time — go get facebook-time · libregistry