https://bugs.koozali.org/show_bug.cgi?id=12366

            Bug ID: 12366
           Summary: datestyle on en_US needs to be mdy, not dmy.
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-postgresql
          Assignee: contribteam@lists.contribs.org
          Reporter: gsimp...@mophilly.com
        QA Contact: contribteam@lists.contribs.org
  Target Milestone: ---

For the US, the date is normally displayed as mm/dd/yy. The European date
display is dd/mm/yy.

The file /etc/e-smith/templates/var/lib/pgsql/13/data/postgresql.conf/22Locales
in the PostgreSQL 13 contrib sets the monetary, numeric, time, and text search
to en_US, but the datestyle needs to be changed as well to mdy instead.

$OUT =<<END
datestyle = 'iso, dmy'
timezone = 'UTC'
lc_messages = 'C'                       # locale for system error message
lc_monetary = 'en_US'                   # locale for monetary formatting
lc_numeric = 'en_US'                    # locale for number formatting
lc_time = 'en_US'                               # locale for time formatting
default_text_search_config = 'pg_catalog.english'
END

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to