-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
return same timestamp format for all sensor types
g.getstarttime() was returning timestamps in iso8601 format for Axivity .cwa and GENEActiv .bin files, but it was returning timestamps in POSIX format for all other input formats. The only caller of g.getstarttime() is get_starttime_weekday_meantemp_truncdata(), and it isn't handling iso8601 format correctly. So now g.getstarttime() will return POSIX timestamps for all sensor types.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters