localizeNow
fun <T, R> PolyglotReferenceValueLocalizer<T, R>.localizeNow(value: T, clock: Clock = Clock.System, timeZone: TimeZone = TimeZone.currentSystemDefault()): TickingValue<R>(source)
Localizes value by using the given clock's Clock.now and timeZone as a reference point, rather than passing the reference explicitly.