UNPKG

ntp-time-sync

Version:

Fetches the current time from NTP servers and returns offset information

11 lines (8 loc) 190 B
export interface NtpTimeResult { // Correct real time now: Date; // Offset local to real time in milliseconds offset: number; // Precision in milliseconds precision: number; }