Merge lp://staging/~boiko/history-service/save_timestamps_utc into lp://staging/history-service/rtm-14.09
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Bill Filler | ||||
Approved revision: | 176 | ||||
Merged at revision: | 167 | ||||
Proposed branch: | lp://staging/~boiko/history-service/save_timestamps_utc | ||||
Merge into: | lp://staging/history-service/rtm-14.09 | ||||
Diff against target: |
296 lines (+119/-14) 6 files modified
plugins/sqlite/schema/v10.sql (+1/-0) plugins/sqlite/sqlitedatabase.cpp (+89/-1) plugins/sqlite/sqlitedatabase.h (+3/-0) plugins/sqlite/sqlitehistoryplugin.cpp (+12/-7) plugins/sqlite/sqlitehistoryplugin.h (+2/-0) plugins/sqlite/tests/SqlitePluginTest.cpp (+12/-6) |
||||
To merge this branch: | bzr merge lp://staging/~boiko/history-service/save_timestamps_utc | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Bill Filler (community) | Approve | ||
Review via email: mp+240337@code.staging.launchpad.net |
Commit message
Save timestamps in UTC.
Description of the change
Save timestamps in UTC.
== Checklist ==
Are there any related MPs required for this MP to build/function as expected? Please list.
No
Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
Yes
Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?
Yes
Did you successfully run all tests found in your component's Test Plan (https:/
Yes
If you changed the UI, was the change specified/approved by design?
N/A
If you changed UI labels, did you update the pot file?
N/A
If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?
N/A
approved