module V8::Conversion::NativeDate

def to_ruby

def to_ruby
  ::Time.at(self.NumberValue() / 1000)
end