README.rdoc in halo-reach-api-1.0.0 vs README.rdoc in halo-reach-api-1.0.1
- old
+ new
@@ -42,11 +42,12 @@
"ExpirationDate" : "/Date(1290510000000-0800)/",
"IsWeeklyChallenge" : false,
"Name" : "Pass the Rock"
},
-A: Yes they are funky. Yes. They. Are. I'm considering how I would actually parse that out. I may write a helper method on the API class to take a date like that
-and parse it into something useable. Or you can submit a patch for that?!
+A: Yes they are funky. Yes. They. Are. You can now parse them out with the Halo::Reach::Util class.
+
+ >> parsed_time, parsed_timezone = Halo::Reach::Util::parse_timestamp(api_timestamp)
== Contributing to halo-reach-api
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it