Skip to content

Commit

Permalink
docs: list alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Nov 6, 2022
1 parent 8c93b6e commit 8b1180b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,15 @@ Where:

- _(t₂ - t₀)_ is an estimation of the round-trip time (RTT).
- _- θ_ converts from local to remote time.

## Alternatives

- One-liner:

```bash
date -s "$(curl -fsSLI https://www.google.com | grep -i "Date: " | cut -d" " -f2-)"
```

- [Time over HTTPS](http://phk.freebsd.dk/time/20151129/)

- [htpdate](https://www.vervest.org/htp/)

0 comments on commit 8b1180b

Please # to comment.