On 11-02-18 10:08 PM, John Taylor-Johnston wrote:
9970318527584 Could this number refer to a date()? In late 2009? How could I calculate it?
Doesn't look like it... echo date( 'Y-m-d H:i:s', 9970318527584 )."\n"; Not even a JavaScript millisecond timestamp: echo date( 'Y-m-d H:i:s', 9970318527584 / 1000 )."\n"; Cheers, Rob. -- E-Mail Disclaimer: Information contained in this message and any attached documents is considered confidential and legally protected. This message is intended solely for the addressee(s). Disclosure, copying, and distribution are prohibited unless authorized. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php