Skip to content

Instantly share code, notes, and snippets.

@jauderho
jauderho / Time Servers with NTS support.md
Last active November 22, 2023 16:26
A curated list of NTP time servers that support NTS
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active May 2, 2024 08:36
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

#! /usr/bin/env python
import sys
import random
import argparse
import requests
import irc.client
import jaraco.logging
from apscheduler.schedulers.background import BackgroundScheduler
from datetime import datetime