In a PostGIS view i have a field of data type "timestamp with time zone". In GeoServer this field is show with datatype "Timestamp"

My problem is that i want the Timestamp to be show in my application exactly as it is in my Database as UTM. +00.
What i get back from GeoServer via WFS request is:
2010-08-20T16:56:15.095-04:00
What is stored in the PostGIS database is:
2010-08-20 20:56:15.095+00
How do i tell GeoServer not to convert the time so that i see the time exactly how it is in the database as UTM? Is it on Apache, System Time, GeoServer config?
Running GeoServer on latest stable Suse linux Ent.