fixedPatternFormat
fun KalugaDateFormatter.Companion.fixedPatternFormat(pattern: String, timeZone: KalugaTimeZone = KalugaTimeZone.current()): KalugaDateFormatter
Creates a fixed KalugaDateFormatter using a custom Date format pattern, localized by the KalugaLocale.enUsPosix. Use this to ensure that displaying time in 12 or 24 hour format is not overridden by the user.
Parameters
pattern
The pattern to apply.
timeZone
The KalugaTimeZone for which the date should be formatted. Defaults to KalugaTimeZone.current.