sethgho / MetroRappidAndroid

Fast realtime arrival info for Austin's MetroRapid bus http://metrorappid.com
GNU General Public License v3.0
2 stars 1 forks source link

Add time parsing #8

Open sethgho opened 10 years ago

sethgho commented 10 years ago

We're treating all of the times as strings in our models. Need to translate these to Date objects so we can perform valuable calculations like ETA.

scascketta commented 10 years ago

Prerequisite to #7.