class Splicer::DnsMadeEasy::Time
Constants
- DAYS
- MONTHS
Public Instance Methods
to_date_header()
click to toggle source
# File lib/splicer/dns_made_easy/time.rb, line 8 def to_date_header self.utc.strftime("#{DAYS[self.utc.wday]}, %d #{MONTHS[self.utc.month - 1]} %Y %H:%M:%S GMT") end