let(:date) do Time.now end it "converts the elements properly" do p date.zone mongoized.first.should eq(date) p date.zone end ---------------------------- "EST" "UTC" converts the elements properly