Package: locales
Version: 2.24-11+deb9u1
Severity: normal
Tags: patch
Hi,
Setting locale to en_IE or en_IE@euro gives you Sunday as the first day of the
week, what is wrong:
$ LC_ALL="en_IE.UTF-8" locale -k LC_TIME | grep first_weekday
first_weekday=1
$ LC_ALL="en_IE@euro" locale -k LC_TIME | grep first_weekday
first_weekday=1
$ LC_ALL="en_GB.UTF-8" locale -k LC_TIME | grep first_weekday
first_weekday=2
$ LC_ALL="en_US.UTF-8" locale -k LC_TIME | grep first_weekday
first_weekday=1
Attached patch fixes it for me.
Regards,
Roberto