79597045

Date: 2025-04-28 17:59:41
Score: 0.5
Natty:
Report link

I found a clear way to get it using only existing methods without any formatting:

from datetime import UTC, datetime

int(datetime.now(UTC).timestamp())  # 1745862751

Please, feel free to tell me that I'm wrong, I'm not an python expert.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pablo