public class DateUtilsKt
Modifier and Type | Method and Description |
---|---|
static io.ktor.util.date.GMTDate |
fromHttpToGmtDate(java.lang.String $receiver)
|
static java.lang.String |
toHttpDate(io.ktor.util.date.GMTDate $receiver)
Convert GMTDate to valid http date String
|