ericberman / MyFlightbookAndroid

Android client app for MyFlightbook.com
http://myflightbook.com
GNU General Public License v3.0
21 stars 8 forks source link

Duty time UTC vs. local time is confused? #74

Closed ericberman closed 6 years ago

ericberman commented 6 years ago

From a user: When I enter as local times, it goes in as UTC ie I entered 0600 and it showed 0600UTC. After updating the flight then reviewing it, it shows correctly as 0100 UTC

ericberman commented 6 years ago

Actually was a bug on the server - datetime properties were not being cast to UTC before being downloaded.