239 240 241
# File 'lib/dynamoid/dumping.rb', line 239 def process(value) !value.nil? ? format_date(value, @options) : nil end