InstantStringResolver
data class InstantStringResolver(instant: Instant, formatStyle: FormatStyle) : StringResolver
Content copied to clipboard
A StringResolver that takes an Instant date time value and resolves that to the String representation using the specified FormatStyle in the default time zone for the given Context.
Note that an Instant is a lean representation of a unique point in time. It can be seen as a basic UTC time value.