dkpro / dkpro-jwktl

Java Wiktionary Library
http://dkpro.org/dkpro-jwktl/
Apache License 2.0
57 stars 25 forks source link

Dump parser is timezone dependent #9

Closed chmeyer closed 9 years ago

chmeyer commented 9 years ago

Originally reported on Google Code with ID 9

Timestamp parsing in WiktionaryDumpParser is currently timezone dependent. When the
code is executed on a non-UTC system the output will be wrong.

The attached patch fixes this and also makes the tests timezone independent.

cf. https://bitbucket.org/jberkel/jwktl/commits/3bf75f7fd67c619c027f7fb575e34f997a2254b6

Reported by jan.berkel on 2014-11-18 01:06:04


chmeyer commented 9 years ago

Reported by chmeyer.de on 2014-12-05 16:21:52