Esri / geomessage-simulator-qt

The GeoMessage Simulator provides UDP messaging for applications that are part of the ArcGIS for the Military solution.
Apache License 2.0
17 stars 22 forks source link

Change to XML dateTime format #26

Open garysheppardjr opened 9 years ago

garysheppardjr commented 9 years ago

XML dateTime format:

2015-06-18T12:34:56

GeoMessage 1.1 dateTime format:

2015-06-18 12:34:56

In GeoMessage 1.1, we use string instead of dateTime. At some point we should start using dateTime.

jrweakland commented 9 years ago

:+1: - I agree. We should be using a dateTime format.

garysheppardjr commented 9 years ago

But we need to wait for 2.0.0 to make the change. Otherwise we'll break existing code that counts on the current format.

jrweakland commented 9 years ago

No worries. 2.0.0 it is!