3f5a4bd900
This pull request comes without tetsts because there is no clean way to set the system timezone in a Java unit test: https://stackoverflow.com/questions/23466218/setting-timezone-for-maven-unit-tests-on-java-8 The problem came from the fact that we were interpreting all dates with the current zone *offset*, which varies during the year depending on DST, meaning that during the winter we would interpret summer dates in a winter timezone, which does not make sense. This changes the date conversion mechanism to only rely on the current zone, making sure the correct offset is used depending on the value of the converted date. |
||
---|---|---|
.. | ||
IDEs/eclipse | ||
src | ||
tests | ||
webapp | ||
pom.xml |