Greetings, is there a timezone parameter when using wither to_char or to_date??

I couldn't find one in any documentation.

I want my output to look like this:
Thu March 22 14:56:06 EST 2001

so far I have:
select to_char(sysdate, 'Dy Month DD HH24:MI:SS YYYY') from dual;

thanks,
Magnus