It should be tested whether the standard Timestamp-type also contains the timezone to avoid problems with data-collisions from times from different timezones.
One possible Solution in JRE8 could be ZonedDateTime.
One solution could be to generally store times in one Zone (i. e. UTC) and convert it on reading/writing.
It should be tested whether the standard Timestamp-type also contains the timezone to avoid problems with data-collisions from times from different timezones.
One possible Solution in JRE8 could be ZonedDateTime.
One solution could be to generally store times in one Zone (i. e. UTC) and convert it on reading/writing.