JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

change time zone to system default before getting LocalDateTime #54

Closed daviddbal closed 8 years ago

daviddbal commented 8 years ago

Changing time zones adjusts the ZonedDateTime to user's time zone. This is important if an Appointment is entered in one time zone, but displayed in a different one. This change ensures the user sees the events in the correct LocalDateTime instead of the one it was entered in.