localizeDiffNow

fun Instant.localizeDiffNow(options: TickingDurationOptions = TickingDurationOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)

Calculates the diff between this Instant and the current instant of clock, and localizes the result with the given options in the given locale.

See also