[AC-1908] Geolocation timestamp is not in milliseconds
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-02-12T21:06:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, geolocation, ios, timestamp |
Reporter | Abhinav Tyagi |
Assignee | Shak Hossain |
Created | 2013-02-11T17:41:28.000+0000 |
Updated | 2016-03-08T07:40:49.000+0000 |
Description
The timestamp received in location does not seem to be in milliseconds.
For eg. we receive timestamp as 1360506558000 where as it should be 1360506558
Observed on iOS as well as android.
Can you please provide a test case that shows the problem? Until then, marked needs more info.
Hello, When we tested this issue with the test code below, we got expected results. Please check our code sample where I display timestamp value in console. For more information [Click here](http://www.w3schools.com/js/tryit.asp?filename=tryjsref_gettime). Timestamp values are 13 digit in milliseconds format. Hope this clarifies the issue. If you have any question on this, please feel free update this JIRA. If we don't hear back from you, we will assume the issue is resolved and this ticket can be closed. Regards,
Test Code
Thanks
Closing since we got no further activity from Abhinav. A test sample illustrating the issue has been posted.