mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
2a1d7a510c
They still had the old "date only" format, but the code now relies on date and time being both set. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
9 lines
448 B
XML
9 lines
448 B
XML
<dives>
|
|
<program name='subsurface' version='1'></program>
|
|
<trip date='2011-12-02' time='14:00:00' />
|
|
<dive number='20' tripflag='INTRIP' date='2011-12-02' time='14:00:00' duration='30:00 min'>
|
|
<depth max='20.0 m' mean='15.0 m' />
|
|
<location>20th test dive - this should be in a trip with same location</location>
|
|
<notes>We are testing that the location of the dive is picked up in the trip if the trip has no location</notes>
|
|
</dive>
|
|
</dives>
|