Syntax: Date & Time in Python. • ID: #163 Code from datetime import datetime print(datetime.utcnow().isoformat() + "Z") Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →