Object
# File lib/sdb/active_sdb.rb, line 1076 def deserialize(string) r = DateTime.parse(string) rescue nil end
# File lib/sdb/active_sdb.rb, line 1072 def serialize(date) date.strftime('%Y-%m-%dT%H:%M:%S%z') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.