t

plotly.element

PlotlyJavaTimeConversions

trait PlotlyJavaTimeConversions extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlotlyJavaTimeConversions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def fromJavaInstant(javaInstant: Instant): LocalDateTime
  2. implicit def fromJavaLocalDate(javaLocalDate: LocalDate): LocalDateTime
  3. implicit def fromJavaLocalDateTime(javaLocalDateTime: java.time.LocalDateTime): LocalDateTime
  4. object UnsafeImplicitConversions

    Implicit conversions in this object convert to plotly.element.LocalDateTime by simply dropping timezone/offset information.

    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.