GitShow/facebook/time
facebook

time

Meta's Time libraries

by facebook
Star on GitHubFork

Go

647 stars88 forks63 contributorsActive · 41m agoSince 2020Apache-2.0

Meet the team

See all 63 on GitHub →
leoleovich
leoleovich445 contributions
abulimov
abulimov234 contributions
vvfedorenko
vvfedorenko136 contributions
pmazzini
pmazzini59 contributions
t3lurid3
t3lurid339 contributions
crmdias
crmdias36 contributions
ESoapW
ESoapW26 contributions
yrk-lab
yrk-lab24 contributions

Languages

View on GitHub →
Go97.3%
C++1.4%
C1.2%
Makefile0.1%

Commit activity

Last 12 weeks · 87 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
87
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Active · 2 in progress · Last activity 41m ago
See all on GitHub →
ESoapW
Update go.mod/go.sum for gopsutil v4 and xxhash v2OpenPR

Summary: Fixing github lint errors from D108080810 D108318971 The OSS lint on github.com/facebook/time started failing typecheck because the shipped go.mod was out of sync with two recent import-path migrations. D108080810 moved sptp/client/stats.go to gopsutil/v4 and D108318971 moved ptp4u/server to xxhash/v2, but go.mod still pinned gopsutil v3 and kept xxhash v1 as a direct require, so the v4 process package couldn't be resolved by golangci-lint. Regenerated go.mod/go.sum with go mod tidy in the OSS checkout. Adds gopsutil/v4 and drops the old v3, promotes xxhash/v2 to a direct dep and removes v1, and pulls in the transitive deps v4 needs (bumping a few indirect versions to v4 minimums). Differential Revision: D108758177

ESoapW · 2w ago

Recent fixes

View closed PRs →
vvfedorenko
upgrade test certifiactesMergedPR

Summary: Tests for calnex/cert contained self-signed test certificate which was generated for 2 years. it's now expired, needs re-creation. Make it valid till 2046 to be sure not touch it again Differential Revision: D110599125

vvfedorenko · 41m ago
sofiascalzo
Add Licence to `ntske/records.go` and `ntske/records_test.go`MergedPR

Summary: I added licence comment header at records.go and records_test.go Reviewed By: leoleovich Differential Revision: D110483543

sofiascalzo · 2h ago
t3lurid3
go.mod: add github.com/tink-crypto/tink-go/v2 (NTS imports)MergedPR

Summary: D105217107 landed and added imports in but (the hand-maintained github mirror module) was not updated. This fixes that. Differential Revision: D109324107

t3lurid3 · 1w ago
Structured data for AI agents

Repository: facebook/time. Description: Meta's Time libraries Stars: 647, Forks: 88. Primary language: Go. Languages: Go (97.3%), C++ (1.4%), C (1.2%), Makefile (0.1%). License: Apache-2.0. Open PRs: 2, open issues: 1. Last activity: 41m ago. Community health: 87%. Top contributors: leoleovich, abulimov, vvfedorenko, pmazzini, t3lurid3, crmdias, ESoapW, yrk-lab, deathowl, davide125 and others.

·@ofershap

Replace github.com with gitshow.dev