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

OpenRefine / OpenRefine / #4298
50%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2021 09:33AM UTC
Jobs 1
Files 623
Run time 30s
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
#4298

push

GitHub Actions

web-flow
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.

13087 of 25447 relevant lines covered (51.43%)

0.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #4298.1 14 Nov 2021 09:33AM UTC 0
51.43
Source Files on build #4298
Detailed source file information is not available for this build.
  • Back to Repo
  • 3f5a4bd9 on github
  • Prev Build on master
  • Next Build on 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