Try some math in Javascript to populate a div if the numbers are bad -- maybe a red h1 saying "old!" at the top. Javascript to get timestamp in UTC milliseconds: timestamp = Date.now() Python to get timestamp in seconds: time.time()
Try some math in Javascript to populate a div if the numbers are bad -- maybe a red h1 saying "old!" at the top.
Javascript to get timestamp in UTC milliseconds:
timestamp = Date.now()
Python to get timestamp in seconds:
time.time()