# File lib/sawyer/serializer.rb, line 123 def time_field?(key, value) value && (key =~ /_(at|on)\z/ || key =~ /(\A|_)date\z/) end