You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/datecalculator/src/main/java/app/myzel394/numberhub/feature/datecalculator/difference/ZonedDateTimeDifference.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ internal fun ZonedDateTime.minus(
112
112
)
113
113
}
114
114
115
-
privateval yearInSeconds by lazy { BigDecimal("31104000") }
115
+
privateval yearInSeconds by lazy { BigDecimal("31536000") }
116
116
privateval monthsInSeconds by lazy { BigDecimal("2592000") }
117
117
privateval dayInSeconds by lazy { BigDecimal("86400") }
118
118
privateval hourInSeconds by lazy { BigDecimal("3600") }
0 commit comments