# File lib/extlib/datetime.rb, line 13
  def to_time
    Time.parse self.to_s
  end