fromHttpDateString

Deprecated (with error)

This will be removed in future releases. Using it in 2.0.0 will be an error.

Replace with

import java.time.ZonedDateTime
ZonedDateTime.parse(this, httpDateFormat)

Parse HTTP date to ZonedDateTime