Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.misc/DateUtils/iso8601Local

iso8601Local

@RequiresApi(value = 26)
open override fun iso8601Local(instant: Instant, timeZone: ZoneId): String
open override fun iso8601Local(date: Date, timeZone: TimeZone): String

Returns an ISO-8601 date format using device default as the time zone

e.g. '2011-12-03T10:15:30'

Generated by Dokka
(c) Tealium 2026