From: Linus Torvalds Date: Tue, 30 Aug 2011 23:59:03 +0000 (-0700) Subject: Add 'datetime' parsing for libdivecomputer xml files X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=3bd1abdfc781f36d2f87b39134dd4620645fe8ac;hp=3bd1abdfc781f36d2f87b39134dd4620645fe8ac;p=ext%2Fsubsurface.git 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 ---