| commit | 43b0a458ab1136e9f13eb8f5fd967523082a5bda | [log] [tgz] |
|---|---|---|
| author | Michal Piechowski <michal.piechowski@sonymobile.com> | Wed Apr 15 13:03:50 2015 +0200 |
| committer | Takahiro Aizawa <takahiro.aizawa@sonymobile.com> | Fri Nov 13 10:05:06 2015 +0900 |
| tree | e277254aa013ca4ab16069d8245e9de9399bb653 | |
| parent | 749501e88e5fa6bdc6594a9db5c232e31bdda867 [diff] |
Don't use timestamps with all zero Although all zero (0000:00:00) is valid time, in most cases it means that value is not present. According to http://www.exiv2.org/Exif2-2.PDF in such case those values should be omitted, however some cameras set them to 0 anyway. With this commit such timestamps will be treated as they were empty. Change-Id: I9c762b1fa04ea6bf9c0fba9e2459a20430c71c90