pierremtb / easy-fit

Parse your .FIT files easily, directly from JS
Other
70 stars 51 forks source link

Fix constant for FIT -> unix epoch time conversion #17

Closed srskc closed 6 years ago

srskc commented 6 years ago

The current constant causes timestamps to be one hour off. The suggested constant is the same as found in https://github.com/dgaff/fitsdk/blob/master/java/com/garmin/fit/LocalDateTime.java

pierremtb commented 6 years ago

Thanks a lot!