Nope. pt_BR refers to the Brazilian latin1 locale, and if that has not been generated (it hasn't usually), the system falls back to the C locale.
$ LC_TIME=C date +%x 04/14/18 $ LC_TIME=pt_BR.UTF-8 date +%x 14/04/2018 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101134 Title: Incorrect delimiter on pt_BR To manage notifications about this bug go to: https://bugs.launchpad.net/glibc/+bug/1101134/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
