T
Trans
Time is a core class of Ruby's. So why do we have to
require 'time'
in order to gain these seven methods?
httpdate, iso8601, parse, rfc2822, rfc822, xmlschema, zone_offset
What aren't they already there? (especailly #parse)
Thanks,
T.
require 'time'
in order to gain these seven methods?
httpdate, iso8601, parse, rfc2822, rfc822, xmlschema, zone_offset
What aren't they already there? (especailly #parse)
Thanks,
T.