The dateToHourMinuteString function converted a date with the wrong time zone, which led to the display of an incorrect time but did not affect the time stored in the database. This function was used in ConfirmFlightScreen.
Solution
Replace the time zone in use with the time zone of the device in use.
Bug
The
dateToHourMinuteString
function converted a date with the wrong time zone, which led to the display of an incorrect time but did not affect the time stored in the database. This function was used in ConfirmFlightScreen.Solution
Replace the time zone in use with the time zone of the device in use.
close #362