jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Geolocator Timestamp Issue #294

Closed bikashghosh123 closed 8 years ago

bikashghosh123 commented 8 years ago

Please take a moment to fill out the following (change to preview to check or place x in []):

This is a

Which plugin does this impact:

Version Number of Plugin: Device Tested On: iPhone 6s , Samsung Galaxy S6 Simulator Tested On:

Expected Behavior

The UTC/Local timestamp that Geolocator plugin is returning should not be dependent on device time. It should return actual time. I saw that if I modify the device time UTC time also gets changed. It shouldn't be the case.

Actual Behavior

GPS time should not be dependent on device time. It should return the actual time for a particular GPS location.

Steps to reproduce the Behavior

  1. Print UTC/Local timestamp from code.
  2. Change the device time
  3. Now check the UTC/local time
jamesmontemagno commented 8 years ago

This was fixed in alpha builds.