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? Link to comment https://forums.phpfreaks.com/topic/57313-setting-the-joined-date-in-phpbb_users-table/ 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. Link to comment https://forums.phpfreaks.com/topic/57313-setting-the-joined-date-in-phpbb_users-table/#findComment-283333 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! Link to comment https://forums.phpfreaks.com/topic/57313-setting-the-joined-date-in-phpbb_users-table/#findComment-283339 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 Link to comment https://forums.phpfreaks.com/topic/57313-setting-the-joined-date-in-phpbb_users-table/#findComment-284304 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.