Hi,

in sandbox is a s:convertDateTime
http://myfaces.apache.org/sandbox/tlddoc/s/convertDateTime.html
which uses server default timezone.

Regards,
 Volker

2007/3/6, Andrew Robinson <[EMAIL PROTECTED]>:
The convertDateTime converter from Seam uses the user's time zone
instead of UTC by default. If you use that it should always display
the correct time zone to the user.

On 3/6/07, Alexandre Jaquet <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> > I'm having problem displaying date converted with f:convertDateTime
> > because if I have the date value 2007-02-06 00:00:00.000 I show the
> > date minus one day. I think the problem is because I don't set the
> > TimeZone used and the converter use GMT Time Zone. What is the best
> > pratices to manage TimeZone setting?
> >
> > Regards
> >
> > Mario Buonopane
> >
> > This message is for the designated recipient only and may contain
> > privileged, proprietary, or otherwise private information. If you have
> > received it in error, please notify the sender immediately and delete
> > the original. Any other use of the email by you is prohibited.
> >
> Hi,
>
> You could create an application scope bean and define the correct value,
> then access it from
> your pages.
>

Reply via email to