News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.