[Zope-DB] Localised date format

Charlie Clark charlie@begeistert.org
Fri, 29 Nov 2002 18:07:58 +0100


Dear list,

I can't seem to be able to convince Zope to use DateStyle German in 
PostgreSQL
SET DateStyle to German;
works fine in psql but is a runtime condition and I don't seem to be able 
to set it from within Zope.
The alternative of using to_char(my_date, 'DD.MM.YYYY') seems to be very 
resource intensive.

Is there a way of making DateSytle German permanent? and doing this from 
within Zope?

Thanx

Charlie