* Martin Karlsson <[EMAIL PROTECTED]> [2002-03-14 20:26:29 +0100]:
> * Nicolas Rachinsky <[EMAIL PROTECTED]> [2002-03-14 20.02 +0100]:
> > * Phil Gregory <[EMAIL PROTECTED]> [2002-03-14 12:43:53 +0000]:
> > I tried:
> > attribution="* %f [%{%Y-%m-%e %k:%M:%S %z}]:"
>
> Why not set the date-part in $date_format, like so:
>
> set attribution="* %n <%a> [%d]:"
>
> and
>
> set date_format="%Y-%m-%d %H.%M %Z"
Good idea.
Now it works, I have to use %Z instead of %z.
attribution="* %f [%{%Y-%m-%e %k:%M:%S %Z}]:"
I don't know why, but now it works.
Thanks.
Nicolas