Is the clock on your server correct?
If not, complain to the sysadmin.
All servers should have correct clocks. RFC822 dates have time zone information in, hence are fine regardless of what time zone you use, provided your clock is right.
I believe that all servers should use UTC as their system time zone (mainly because of scheduling of "cron" jobs etc is then easier, no daylight saving time like e.g. Europe/London), however your application is free to use whatever it wants (different on a per user basis, if you like).
Mark