mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
56ed3f1c61
This seems to work around the crazy QDateTime::fromTime_t() problem in Qt. It is *very* lightly tested. In fact, the only test is that "test0.xml" change that is part of this patch. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
6 lines
197 B
XML
6 lines
197 B
XML
<dives>
|
|
<program name='subsurface' version='1'></program>
|
|
<dive number='0' date='1968-01-01' time='07:00:00' duration='30:00 min'>
|
|
<depth max='30.00 m' mean='15.00 m' />
|
|
</dive>
|
|
</dives>
|