Comment 8 for bug 1418639

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

Hi James.

So the problem continues - off by one hour. Attaching an image just taking by the camera for which the data is as follows:

==== Here's the exiv data from pic:
$ exiv2 print image20150218_201804172.jpg
File name : image20150218_201804172.jpg
File size : 1015233 Bytes
MIME type : image/jpeg
Image size : 2448 x 4352
Camera make : bq
Camera model : Aquaris E4.5
Image timestamp : 2015:02:18 20:18:05
Image number :
Exposure time : 1/17 s
Aperture : F2.4
Exposure bias : 0 EV
Flash : Fired
Flash bias :
Focal length : 3.5 mm
Subject distance:
ISO speed : 288
Exposure mode : Not defined
Metering mode : Center weighted average
Macro mode :
Image quality :
Exif Resolution : 2448 x 4352
White balance : Auto
Thumbnail : image/jpeg, 29824 Bytes
Copyright :
Exif comment :

==== Here's relevant bits from cli:

phablet@ubuntu-phablet:~$ date
Wed Feb 18 20:17:20 UTC 2015
phablet@ubuntu-phablet:~$ sqlite3 .cache/mediascanner-2.0/mediastore.db
SQLite version 3.8.7.4 2014-12-09 01:34:36
Enter ".help" for usage hints.
sqlite> select * from media;
(HERE IS WHERE I TOOK THE PIC)
sqlite> select * from media;
/home/phablet/Pictures/com.ubuntu.camera/image20150218_201804172.jpg|image/jpeg|1424290685:483714|image20150218 201804172|2015-02-18T21:18:05|||||0|0|0|2448|4352|0.0|0.0|0|3
sqlite>