A119: time stamp bug

SergeiF

Active Member
Joined
Dec 20, 2015
Messages
125
Reaction score
99
Country
New Zealand
When the timezone is set +12 and date/time is set to local date/time. The file is named with correct date/time.
The problem is timestamp (mtime on the file system) of the file is incorrect and off by 12 hours (I assume it is set to GMT).

Examples:
Code:
File: 2016_0719_104205_162.MP4
Modify: 2016-07-19 22:43:28.000000000 +1200
Local time: 2016-07-19 10:42 #morning

File: 2016_0718_172914_157.MP4
Modify: 2016-07-19 05:30:22.000000000 +1200
Local time: 2016-07-18  17:29

This looks like a firmware bug.
 
Do you enable the GPS logger, if you don't use the GPS logger, no necessary to set the time-zone.
Time-zone is used for to sync the date-time from GPS.
 
Yes, I have enabled GPS logger (hence setting the timezone).
 
Back
Top