Hi, is there any out-of-box rfc3339 (<https://www....
# klaxon
y
Hi, is there any out-of-box rfc3339 (https://www.ietf.org/rfc/rfc3339.txt) dates support in Klaxon now? I mean when I’m doing so:
Copy code
@Json(name = "expiration_date")
    val expirationDate: Date,
will it create
Date
object from all string representation cases in rfc3339 ?