arrowhead-f / core-java

Arrowhead Core Framework Implementation in Java
https://forge.soa4d.org/plugins/mediawiki/wiki/arrowhead-f/index.php/Main_Page
Apache License 2.0
4 stars 12 forks source link

Timezone issues #23

Closed eudyptula closed 5 years ago

eudyptula commented 5 years ago

I have a development machine on CET with application systems and a server on UTC with the core systems. The result was errors with events being set to far in the future. Guessing that it is a timezone issue.

Noticed that LocalDateTime is used in the code and not ZonedDateTime. Tried changing it, but ran into some missing validators (think it was within hibernate).

uzoltan commented 5 years ago

I will look into changing the event timestamp to ZonedDateTime

uzoltan commented 5 years ago

6223fe36e0fc827b3993c78402eb4b749511976c