# time **Repository Path**: mirrors_facebook/time ## Basic Information - **Project Name**: time - **Description**: Meta's Time libraries - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-15 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Time [![lint](https://github.com/facebook/time/actions/workflows/lint.yml/badge.svg)](https://github.com/facebook/time/actions/workflows/lint.yml) [![test](https://github.com/facebook/time/actions/workflows/test.yml/badge.svg)](https://github.com/facebook/time/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/facebook/time/branch/main/graph/badge.svg?token=QC44PEpHRi)](https://codecov.io/gh/facebook/time) [![Go Report Card](https://goreportcard.com/badge/github.com/facebook/time)](https://goreportcard.com/report/github.com/facebook/time) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/facebook/time) [![GoDoc](https://pkg.go.dev/badge/github.com/facebook/time?status.svg)](https://pkg.go.dev/github.com/facebook/time?tab=doc) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) # Contents - [Documentation](#Documentation) - [License](#License) ## Documentation Collection of Meta's Time Libraries such as NTP and PTP ### cmd All executables provided by this repo. ### NTP NTP-specific libraries, including protocol implementation. ### PTP PTP-specific libraries, including protocol implementation. ### Leaphash Utility package for computing the hash value of the official leap-second.list document ### leapsectz Utility package for obtaining leap second information from the system timezone database ### PHC Library to work with PTP Hardware Clock (PHC). ### Timestamp Library to work with NIC hardware/software timestamps. ### oscillatord Implementation of monitoring protocol used by Orolia [oscillatord](https://github.com/Orolia2s/oscillatord). ### Calnex Command line tool and library for a Calnex Sentinel device. ### fbclock Client C library and Go daemon to provide TrueTime API based on PTP time. ### servo Pi servo library ### clock Wrapper around CLOCK_ADJTIME syscall # License time is licensed under Apache 2.0 as found in the [LICENSE file](LICENSE).