79676313

Date: 2025-06-23 14:20:30
Score: 1
Natty:
Report link
import datetime

now = datetime.datetime.now()

tz = datetime.timezone(datetime.timedelta(hours=-6), name="CST")

now_tz = now.replace(tzinfo=tz)

now_tz.isoformat("#", "milliseconds")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ABHIJEET GAIKWAD