Dynatrace / openkit-java

OpenKit Java Reference Implementation
Apache License 2.0
35 stars 34 forks source link

Fix wrong pattern for SimpleDateFormat #115

Closed stefaneberl closed 6 years ago

stefaneberl commented 6 years ago

In Java 6 the pattern string X is unknown for SimpleDateFormat. This would just add the timezone in ISO-8601 format to the string. Due to the fact that the DefaultLogger uses UTC timezone, this does not add useful information in the string. Therefore it's removed.

Also did refactor the tests and some documentation.

stefaneberl commented 6 years ago

This is the implementation for https://github.com/Dynatrace/openkit-java/issues/105