12 hours difference

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/31/2009 10:28:15 PM
Gravatar
Total Posts 20

12 hours difference

My personal website using mojoportal is on my own server. Before I(administrator) login, time of item of blog is 2009年5月28日 4:25:29,  but after loginning, time changes to 2009年5月28日 16:25:29, so do all items in blog. Actually, the latter is right. I can't find out what is wrong I have done. do favour for me , thanks.

6/1/2009 5:49:26 AM
Gravatar
Total Posts 18439

Re: 12 hours difference

Hi,

When you are authenticated it uses the time zone preference from your user profile. For unauthenticated visitors it uses the config setting

<add key="PreferredGreenwichMeantimeOffset" value="-4.00" />, you should set this to your preferred default timezone offset, ideally you should put this in user.config instead of Web.config to avoid losing the setting during upgrades.

For more info http://www.mojoportal.com/timezonelocalization.aspx

Hope it helps,

Joe 

6/1/2009 8:47:11 AM
Gravatar
Total Posts 20

Re: 12 hours difference

yes, It is ok, thank you very much!

You must sign in to post in the forums. This thread is closed to new posts.