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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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();
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
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 :)