# File lib/ferret/number_tools.rb, line 140 140: def to_date_time_lex 141: return DateTime.strptime(self + "-01-01", "%Y-%m-%d %H:%M:%S") 142: end