Simple Python 3 example to parse and read data from 0xff.net's timetracker application.
My example just reads all tasks in all exports in XML files in the same directory, and combines total times. Excludes tasks which are not closed (must have a stop time/date).