mapValue

fun <T, R> Zoned<T>.mapValue(transform: (T) -> R): Zoned<R>

Returns a new Zoned with the same Zoned.timeZone and the value returned by transform.