RandomSec/main
Antonin Delpeuch 3f5a4bd900
Fix date parsing to avoid offsets due to DST. (#4295)
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.
2021-11-14 10:29:46 +01:00
..
IDEs/eclipse Thad no longer supports Netbeans config (#2466) 2020-03-27 09:30:30 +01:00
src Fix date parsing to avoid offsets due to DST. (#4295) 2021-11-14 10:29:46 +01:00
tests Display error for unsupported compression file type (#4286) 2021-11-13 13:03:49 +01:00
webapp Merge remote-tracking branch 'origin/master' 2021-11-10 20:24:25 +01:00
pom.xml build(deps): bump jena-core from 3.17.0 to 4.2.0 in /main (#4166) 2021-11-07 21:28:04 +01:00