Packages

o

plotly.element.PlotlyJavaTimeConversions

UnsafeImplicitConversions

object UnsafeImplicitConversions

Implicit conversions in this object convert to plotly.element.LocalDateTime by simply dropping timezone/offset information. This can lead to unexpected behaviour, particularly for datasets with varying offsets and timezones. It will generally be safer to convert your data to java.time.LocalDateTime in the appropriate timezone/offset, and then use the PlotlyJavaTimeConversions.fromJavaLocalDateTime implicit conversion.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsafeImplicitConversions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def fromJavaOffsetDateTime(javaOffsetDateTime: OffsetDateTime): LocalDateTime
  2. implicit def fromJavaZonedDateTime(javaZonedDateTime: ZonedDateTime): LocalDateTime