what format is the ctime field what format is the ctime field
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

what format is the ctime field

Started by Sebastian Bach, June 24, 2005, 05:12:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sebastian Bach

what does a value such as "1119206210" in the ctime field mean? How can it be converted to a standard mm/dd/yyyy format?

Nibbler

It is the number of seconds that have passed since January 1st 1970. Read the php or mysql manual to find out how to convert it into whatever format you desire.

Tranz

To help in the search, it has to do with epoch time.