I tried not setting a timezone and then doing:
SET TIME ZONE 'Europe/Amsterdam'
In both cases the JSTL <fmt:formatDate did not work. I
might have to try with no timezone settings in the
code.
In the second case, after setting the timezone, it
showed the time 7 hours too early.... hmmm. weird.
--- Oliver Jowett <oliver@opencloud.com> wrote:
> Charl Gerber wrote:
>
> > I have database timestamp fields which are defined
> as
> > "DEFAULT now()".
>
> timestamp with timezone or timestamp without
> timezone?
>
> > Any ideas? A bug in the driver? JSTL settings? The
> > server? My code? :)
>
> It's pretty much impossible to say unless you can
> narrow this down to
> some test code that we can try (ideally, code that
> talks JDBC directly).
>
> -O
>