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()