Always specify the date format in TO_DATE calls.

Noncompliant Code Example

begin
  var := to_date('2015-01-01');
end;