slotties / gw2trades

Source of gw2trades.de - This site is no longer running. The project is stopped.
MIT License
3 stars 0 forks source link

Unparseable date: "2015-11-29T07:46:08Z" #37

Closed slotties closed 8 years ago

slotties commented 8 years ago

java.text.ParseException: Unparseable date: "2015-11-29T07:46:08Z" at java.text.DateFormat.parse(DateFormat.java:366) ~[?:1.8.0_65] at gw2trades.repository.influxdb.InfluxDbRepository.lambda$getHistory$0(InfluxDbRepository.java:221) ~[repository-0.1-SNAPSHOT.jar!/:?]

is visible in the log sometimes. Usually the datapoints have a timestamp with msec-resolution yet this one is not. Weird.

slotties commented 8 years ago

doesn't happen anymore since I re-created the database.

slotties commented 8 years ago

happens again o_O

slotties commented 8 years ago

fixed

slotties commented 8 years ago

" Could not parse date string 2015-12-07T09:31:19.9Z"

again. fucking date formats. why are the msecs never 0-padded? ffs!

slotties commented 8 years ago

fixed. again. hopefully.