localizeRelativeDateAbsoluteTimeAsFlow

fun LocalDateTime.localizeRelativeDateAbsoluteTimeAsFlow(options: RelativeDateAbsoluteTimeOptions = RelativeDateAbsoluteTimeOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Flow<ClockWrapper> = SYSTEM_CLOCK, timeZone: Flow<TimeZone> = SYSTEM_TIMEZONE): Flow<String>(source)

Localizes this LocalDateTime relatively with respect to clock @ timeZone, with a single unit with the given options in the given locale, returning a Flow that automatically receives new localizations as they are needed.

See also