Actually have timezones work
I'll be honest, I could write for probably 45 minutes in this box and still have more to say. I'm not about to do that so @yoda feel free to harass me now
Currently, this library includes no support for timezones, and really doesn't to a proper job of handling dates as UTC either. It's kind of halfway between being UTC and being plain ole floating time. This is obviously a problem. The entire reason why this project is being forked from the main repository is because the main developer is planning to basically rewrite the entire thing for the next major revision. He's a college student in Germany, so won't be doing that untill summer as well. we kind of want this faster, and the API as it stands is actually quite intelligently laid out.
I'd like to start by adding moment-ts
and then marking every single spot in this code base that deals with time, dates, or timezones and review each part so that we can determine the best way to go about changing the project over to moment. I don't know if this is going to be a simple thing or require some changes to the API as a whole, so I'll be taking the time to review first before jumping in hastily to make a bunch of changes.