The timezone offset is actually a custom user profile property defined in mojoProfile.config. The default value is specified in the config file as -5.00
You could use a custom named config file and set <add key="mojoProfileConfigFileName" value="mojoProfile.config" /> to use your custom config file in Web.config/user.config
Then chage the default to whatever you like.
Hope it helps,
Joe