]> git.tdb.fi Git - ext/subsurface.git/commit
Add 'datetime' parsing for libdivecomputer xml files
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 23:59:03 +0000 (16:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 23:59:03 +0000 (16:59 -0700)
commit3bd1abdfc781f36d2f87b39134dd4620645fe8ac
tree1165ceb3a89260b8e0ff310c8bed4653ab9bb7af
parent716a680920cdd27129c36ea284e44920d0f2d79d
Add 'datetime' parsing for libdivecomputer xml files

I think this gets me dates on all my dives.  So now I could start
sorting them and removing duplicates.

But before I try to remove dups, I guess I should compare the
libdivecomputer ones against the suunto ones.  Because I bet they have
various "interesting" issues like using Bar vs Atm etc.

"But XML is portable". Crazy people.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse.c