We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaff75 commit e96dac0Copy full SHA for e96dac0
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/convert.kt
@@ -725,7 +725,7 @@ internal fun Instant.toLocalDate(zone: TimeZone = defaultTimeZone) = toLocalDate
725
726
internal fun Instant.toLocalTime(zone: TimeZone = defaultTimeZone) = toLocalDateTime(zone).time
727
728
-internal val defaultTimeZone = TimeZone.currentSystemDefault()
+internal val defaultTimeZone get() = TimeZone.currentSystemDefault()
729
730
internal fun Number.toBigDecimal(): BigDecimal =
731
when (this) {
0 commit comments