Re: jdbc timestamp automatic timezone

2013-10-23 Thread Vincent Liard
> > I ended up using a workaround: formatting the timestamps using the > timezone offset. However I'm sure there is a better way. > Thank you Manuel, I didn't find a better way either. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: jdbc timestamp automatic timezone

2013-10-21 Thread Manuel Paccagnella
I had a similar problem: correct timestamps are returned by JDBC queries with timezone offset. I think this is due to the fact that PostgreSQL automatically stores timestamps in UTC(emphasis is mine): For timestamp with time z