79120024

Date: 2024-10-24 00:00:49
Score: 1
Natty:
Report link

Just another one-liner I came up with:

datetime(year=dt.year + (dt.month==12), month=1 + dt.month % 12, day=1)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hackster