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
2.6.0 outputs "2015-10-01 14:32:08" whereas 2.6.1 outputs "2015-10-01 13:33:01". My system timezone is set to BST. 2.6.0 produces the correct time for that timezone.
The text was updated successfully, but these errors were encountered:
@wilkinsona Thank you for reporting this. I have fixed at least one bug that may be close related (or same), regarding handling of configured time zone. If you can test 2.6.3-SNAPSHOT (either built locally from 2.6 branch; or from Sonatype snapshot repo), that could be helpful.
I believe this is the same problem as FasterXML/jackson-module-scala#222 but I'm opening an issue here as it does not appear to be specific to Scala.
This code behaves differently on 2.6.0 vs 2.6.1:
2.6.0 outputs
"2015-10-01 14:32:08"
whereas 2.6.1 outputs"2015-10-01 13:33:01"
. My system timezone is set to BST. 2.6.0 produces the correct time for that timezone.The text was updated successfully, but these errors were encountered: