From 8b1180b185e40a500f36c3ba89b74f3f5e9f5426 Mon Sep 17 00:00:00 2001 From: Daniel Rocha Date: Mon, 7 Nov 2022 00:29:17 +0100 Subject: [PATCH] docs: list alternatives --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a5388aa..4d41f53 100644 --- a/README.md +++ b/README.md @@ -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/)