I am currently integrating a new program that i am writing to pull data from an existing Invision Power Board installtion. So far i can not figure out the algorthim they are using to store the date for 'joined', 'last_visit', 'last_activity' from the ibf_members table. Here is the data that i am working with.

1058448134 = Jul 17 2003, 09:22 AM
1059594243 = Jul 30 2003, 03:44 PM
1055262727 = Jun 10 2003, 12:32 PM(time offset of -5)

Does anyone have any suggestions or experience with this? I can't seem to figure it out while looking through the source code either.

    try date("d-m-y m:h", $time); where the time is the value.

    if you really wanna know its the number of seconds since the linux epoch

    see date/time functions 😛

      Write a Reply...