79183214

Date: 2024-11-13 02:22:55
Score: 1
Natty:
Report link
from datetime import datetime

birthday = datetime(2024, 11, 12, 6, 1, 0) # Should be in UTC
cur_date = datetime.now(datetime.UTC) # Time in UTC
elapsed_time = cur_date - birthday
print(elapsed_time)

I know this is late, but:

Helpful documentation:

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user5127