# File datatypes.rb, line 134 def valid_complex_timestamp(timestamp_string) pd = ParseDate.parsedate(timestamp_string) if pd[0] return true else return false end end