#! ruby -Ks require "date" d = DateTime.new(2007, 2 ,4, 16, 20, 45, 0.375) print(d, "\n") tn = DateTime.now print(tn)