Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
V2 2.0.11
-
None
Description
Problem:
EdmTime.class:internalValueToString calls TimeZone.getTimeZone("GMT") which is synchronized. This adds overhead to apps using this function.
Possible Solution:
Either use a more modern class like ZoneId.of() or use a static variable to reuse the timezone.