Time Stamp

Is there a I can find out what timezone my RT is using ?

When I create a ticket it shows EST but when I query against RT database
the max(Created) on Tickets tables seems giving me GMT value

I am puzzled

Thanks for any help/suggestion on this
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
There’s no place like 127.0.0.1

When I create a ticket it shows EST but when I query against RT database
the max(Created) on Tickets tables seems giving me GMT value

I am puzzled

I just answered this in the last week on rt-users.

rt uses GMT internally to store dates. It displays in localtime (I
think the webserver’s)

seph