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
Content copied to clipboard
ZonedDateTime.parse(this, httpDateFormat)
Content copied to clipboard
Parse HTTP date to ZonedDateTime