@JvmStatic @Nullable fun getZoneDateTimeString(zonedDateTime: ZonedDateTime?): String?
Obtains a instance of String from ZonedDateTime
zonedDateTime
- date-time which will be converted to string formant in ISO-8601
Return
a String representation of this date-time, can be null