class CFPropertyList::CFDate

def to_plain(plist)

def to_plain(plist)
  @value.strftime("%Y-%m-%d %H:%M:%S %z")
end