Last modified: 2008-03-28 21:27:00 UTC
When looking up a user the current date and time is displayed for user registration. Example: * Registration date: 20:48, March 28, 2008 <--- this value is always "now". I confirmed the value is the same as if you go to the Unix command line on the server and type the date command + time zone difference. (GMT) Reloading the page just gives a newer time.
For accounts registered before MediaWiki recorded registration times, this field is empty; when passed to time formatting functions this displays the current time. Added a check for empty values in r32558; also fixed a bug with display of empty email addresses.