It seems that the datetime value which is entered into a DateTimeField is always stored as UTC no matter what timezone is configured for the current user.
Only the output on the page is displayed in the correct timezone format. So for me (UTC+3) the time displayed on the page is always +3 hours form the time that I've entered into the field. How can I avoid that?
For example if I enter 2011/01/01 5PM into the DateTimeField and publish the page the displayed date is 2011/01/01 8PM.