With the introduction of the new way to handle timezones, backwards compatibility need to be guarantee
davideilmito opened this issue · 1 comments
davideilmito commented
WIth the introduction of the new way to handle timezones backwards compatibility may be compromised.
Implement a way to guarantee backwards compatibility.
davideilmito commented
If the package was working well for you, to switch to the old way on how timezones where handled, when initiliaze your Sun instance remember to set useSameTimeZone = TRUE
.
The default behaviour for now on will be with useSameTimeZone = FALSE
.