localizeDynamicDateAbsoluteTimeNow

fun LocalDateTime.localizeDynamicDateAbsoluteTimeNow(options: DynamicDateAbsoluteTimeOptions = DynamicDateAbsoluteTimeOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System, timeZone: TimeZone = TimeZone.currentSystemDefault()): TickingValue<String>

Localizes this LocalDateTime dynamically (either absolute or relative to clock @ timeZone) with the given options in the given locale.

See also