Fix crash when lat or long are empty in RMB message
Extracting time elements from wxDateTime is expensive because WX goes
back to the system for time-zone offsets every time an hour or minute
is accessed. By storing the time vector as wxDateTime::Tm the system
time functions are only accessed once for each new entry in the table.
…needed.
Fix crash when lat or long are empty in RMB message
Extracting time elements from wxDateTime is expensive because WX goes back to the system for time-zone offsets every time an hour or minute is accessed. By storing the time vector as wxDateTime::Tm the system time functions are only accessed once for each new entry in the table.