Method: DateTime#strftime

Defined in:
lib/date/format.rb

#strftime(fmt = '%FT%T%:z') ⇒ Object



1158
1159
1160
# File 'lib/date/format.rb', line 1158

def strftime(fmt='%FT%T%:z')
  super(fmt)
end