· Fix various timezone-related issues. Notably, when traveling to a DateTime instance specified in a non-local timezone, convert provided DateTime instance to a local instance and return that from DateTime.now.
· Fix bug that would not allow Timecop to be used when Ruby’s ‘date’ library had not been previously loaded.
· Fix bug when traveling to a DateTime across a DST boundary that resulted in DateTime’s being off by an hour.
· Migrate argument parsing into Timecop::TimeStackItem to reduce the responsibility of the Timecop class.