Solarpitch Posted June 26, 2007 Share Posted June 26, 2007 Hey Guys, My Saga of integrating phpbb with my own logon system is coming to an end! At the moment when I do an insert into the phpbb_users table the user's Joined Date always sets as "Joined: 01 Jan 1970" . . clearly you dont have to be a webmaster to know thats wrong. In the field user_regdate it seems to store the date as "1182625180" normally. However when I try and insert the date with my own insert statement, it goes in as a general date format "Tue 26th Jun,2007 04:20 pm" but still displays as... ... "Joined: 01 Jan 1970" on the forum! Has anyone had experience with this? Quote Link to comment Share on other sites More sharing options...
corillo181 Posted June 26, 2007 Share Posted June 26, 2007 well when they sign up for the first time in your sing up code just add a field wher eyou would put the now() and it will insert the exact date and time. Quote Link to comment Share on other sites More sharing options...
Solarpitch Posted June 26, 2007 Author Share Posted June 26, 2007 Thats what I am doing. The date displays in the table as todays date but in the forum shows as the 70's! Quote Link to comment Share on other sites More sharing options...
Solarpitch Posted June 27, 2007 Author Share Posted June 27, 2007 Has anyone got an idea's about this? Still not resolved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.