@tuturto @klaatu This is nice. I would concluded something similar if I'd thought about it, but I never have. I might even be deluding myself about that!
I did try cheating though:
$ perl -e '
> use Math::Roman qw{roman};
> $yr = roman("2019");
> print "$yr\n"'
MMXIX
I'm just lazy I guess...