• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OpenRefine / OpenRefine / #4294
51%
master: 50%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/master/org.apache.maven.plugins-maven-jar-plugin-3.5.1
DEFAULT BRANCH: master
Ran 13 Nov 2021 11:49AM UTC
Jobs 1
Files 623
Run time 37s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#4294

Pull #4295

wetneb
Fix date parsing to avoid offsets due to DST.

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.
Pull Request #4295: Fix date parsing to avoid offsets due to DST.

3 of 3 new or added lines in 1 file covered. (100.0%)

13073 of 25445 relevant lines covered (51.38%)

0.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #4294.1 13 Nov 2021 11:49AM UTC 0
51.38
Source Files on build #4294
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #4295
  • PR Base - master (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc