> what you've said above is incorrect.
> All "WITH TIME ZONE" does is tell PostgreSQL to apply timezone
> conversions during various operations. The stored data is represented
> as an epoch without any concept of the source data's timezone
> representation.
Oh, very interesting! Thank you for pointing that out. I'll have to
think some more about when I'd want that behavior.
Paul