79420953

Date: 2025-02-07 13:00:48
Score: 0.5
Natty:
Report link

Borrowing the new java time classes:

Date.from(Instant.parse("2025-02-07T07:53:59Z"))

Or if still using joda:

DateTime.parse("2025-02-07T07:53:59Z").toDate()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: tariksbl