TimeZone x MemberList.aspx

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.
8/16/2010 9:23:58 PM
Gravatar
Total Posts 70

TimeZone x MemberList.aspx

Hello Joe !!!

When showing the "Join Date" in memberlist.aspx grid, mojoportal is not applying the TimeZone. When clicking, for example, in "View Profile" the date shows correctly. From what I could see, the code to adjust the date is below (used in ManageUsers.aspx.cs): 

siteUser.DateCreated.ToLocalTime(timeZone).ToString();

 

 

8/17/2010 6:45:46 AM
Gravatar
Total Posts 18439

Re: TimeZone x MemberList.aspx

This is now fixed in the repository, probably in most cases it was not noticeable since we are using short date format there only some cases would show the date incorrectly.

Best,

Joe

8/17/2010 12:52:27 PM
Gravatar
Total Posts 70

Re: TimeZone x MemberList.aspx

Thanks Joe !! Since I am on GMT -3, every user that signs on after 21:00 would show join date with a +1 shift. Thanks again for the fast fixing :)

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