will-hart / blitz

An open source data acquisition system in Python
http://will-hart.github.io/blitz/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Boards should parse dates as "session_started + board['timestamp']" #26

Closed will-hart closed 10 years ago

will-hart commented 10 years ago

Currently its a random fudge - see blitz.utilities and blitz.io.boards


will-hart commented 10 years ago

Fix ticks in output. Fixes #26

→ <>


Original Comment By: Will Hart

will-hart commented 10 years ago

Changeset above saves the ticks value to the database, and the time logging started against the session. In export these two values are added together


Original Comment By: Will Hart

will-hart commented 10 years ago

Improve date handling in export re #26

→ <<cset 5a786a64e9e0>>


Original Comment By: Will Hart