Skip to content

Instantly share code, notes, and snippets.

@kobake
Created January 1, 2017 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kobake/72fc189d1daec5da5ad6f7e5e0dea160 to your computer and use it in GitHub Desktop.
Save kobake/72fc189d1daec5da5ad6f7e5e0dea160 to your computer and use it in GitHub Desktop.
うるう秒付近の日時観測用スクリプト(特におもしろい結果は見れなかった)
import datetime
import locale
import time
while true:
t = datetime.datetime.today()
print(t)
time.sleep(0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment