Bug 169980 - /api/uploaded-file should return createdAt as a POSIX timestamp
Summary: /api/uploaded-file should return createdAt as a POSIX timestamp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-22 17:10 PDT by Ryosuke Niwa
Modified: 2017-03-22 17:27 PDT (History)
2 users (show)

See Also:


Attachments
Fixes the bug (70.78 KB, patch)
2017-03-22 17:18 PDT, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-03-22 17:10:30 PDT
We're missing a call to Database::to_js_time in format_uploaded_file.
Comment 1 Ryosuke Niwa 2017-03-22 17:18:46 PDT
Created attachment 305141 [details]
Fixes the bug
Comment 2 Antti Koivisto 2017-03-22 17:20:03 PDT
Comment on attachment 305141 [details]
Fixes the bug

rs=me
Comment 3 Ryosuke Niwa 2017-03-22 17:27:03 PDT
Committed r214287: <http://trac.webkit.org/changeset/214287>