Rails ActiveSupport Time Parsing?
It looks like ActiveSupport does provide the parsing methods you are looking for (and I was looking for too), after all! — at least if the string you are trying to parse is a standard, ISO-8601-formatted (:db format) date. If the date you’re trying to parse is already in your local time zone, it’s really … Read more