from datetime import datetime, timezone print(datetime.now()) # timezone print(datetime.now(timezone.utc)) # coordinated universal time