Closed GoogleCodeExporter closed 9 years ago
This patch works well IF your default Locale is US. I had to change line 64 to:
final SimpleDateFormat dateFormat = new SimpleDateFormat("EEE MMM dd HH:mm:ss z
yyyy", Locale.US);
to mak it work for me.
Original comment by bendik.j...@gmail.com
on 29 Jul 2014 at 10:14
Attachments:
Your latest patch worked fine for me. I cloned trunk on Ubuntu 14.04.1 LTS.
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
Original comment by fred...@hederstierna.com
on 5 Aug 2014 at 4:17
This issue has been migrated along with the project to GitHub:
https://github.com/drewnoakes/metadata-extractor/issues/6
Original comment by drewnoakes
on 20 Nov 2014 at 9:31
Fixed on GitHub.
Original comment by drewnoakes
on 4 Dec 2014 at 11:44
Original issue reported on code.google.com by
tnad...@anthemengineering.com
on 14 Mar 2014 at 7:17Attachments: