module Aws::Record::Marshalers::Iso8601Formatter

Public Class Methods

format(date) click to toggle source
# File lib/aws-record/record/marshalers/date_marshaler.rb, line 54
def self.format(date)
  date.iso8601
end