Open
Bug 1202688
Opened 9 years ago
Updated 2 years ago
Invalid last synced timestamp in remote tabs pane
Categories
(Firefox for iOS :: Sync, defect)
Tracking
()
NEW
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: polish, Whiteboard: [RemoteTabs])
Attachments
(1 file)
87.79 KB,
image/png
|
Details |
https://groups.google.com/a/mozilla.com/d/msgid/ios-feedback/38BC76AC-9F0C-4199-A6B5-D816F477AF30%40gmail.com
'Last Synced: today at 10:19pm', date on device 11:13am
Reporter | ||
Updated•9 years ago
|
Summary: Invalid last synched timestamp in remote tabs pane → Invalid last synced timestamp in remote tabs pane
Comment 1•9 years ago
|
||
Might want new copy: "Last active"?
Ryan, I think this was you. Is the clock wrong on the other device?
Comment 2•9 years ago
|
||
Unlikely as it's using a network clock, and also that's probably the last time I did use it. I think it's just how "today" is being calculated, no? (like last 24 hours or something? just a guess)
Flags: needinfo?(rfeeley)
Comment 3•7 years ago
|
||
On release version: 7.5
The last synced timestamp date is invalid: "1/20/70"
So, that's either saying 20th Jan 1970 or 1st day of 20th Month in 1970. Both of which aren't valid dates.
Updated•7 years ago
|
status-fxios-v7.5:
--- → affected
Comment 4•7 years ago
|
||
Probably a timestamp granularity issue — treating decimal seconds as milliseconds.
> new Date(Date.now() / 1000)
Date 1970-01-18T07:48:54.194Z
Updated•7 years ago
|
Whiteboard: [RemoteTabs]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•