Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created May 15, 2020 09:48
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 Celia-code/a2f32929b5e63be580b1e19eb244b736 to your computer and use it in GitHub Desktop.
Save Celia-code/a2f32929b5e63be580b1e19eb244b736 to your computer and use it in GitHub Desktop.
時間
import time
time = time.time()
print(time)
result = time / (24 * 60 * 60 * 365) + 1970
print(result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment