currentTimeInIso8601

fun currentTimeInIso8601(clock: Clock = Clock.System): String(source)

Current time in ISO 8601 format.

Return

Current time in ISO 8601 format.

Parameters

clock

Clock instance to be used. Defaults to instance that queries the operating system as it's source of knowledge of time.