Can I use timestamps with time zone in PostgreSQL?

Hello,

when the engine creates its’ database tables, it uses timestamps without time zone in PostgreSQL. Can I change all those timestamps to use time zones without breaking flowable? This would enhance interoperability with my other, time-zone-aware applications that access the same database.

Thanks a lot,
Timo