Is this errors in Date_format function?

as.Date("09/03/2018",format="%d/%m/%y")
[1] "2020-03-09"
as.Date("09/03/2019",format="%d/%m/%y")
[1] "2020-03-09"

Strange..
it's the result.. what would be the problem?