[PHP] stftime differences on Windows/Linux platforms

2007-11-06 Thread Neil Saunders
Hi All, I'm experiencing some differences in in the return values of strftime on Windows Linux platforms on PHP 5.2.1. I've knocked up a test case to demonstrate the bug: ?php $UNIX_TIME = mktime(0,0,0,5,31,2008); echo Time Made for 31-05-2008: $UNIX_TIME\n; echo Expected Time

Re: [PHP] stftime differences on Windows/Linux platforms

2007-11-06 Thread Neil Saunders
. Thanks again for your help. Cheers, Neil. On Nov 6, 2007 12:01 PM, Robin Vickery [EMAIL PROTECTED] wrote: On 06/11/2007, Neil Saunders [EMAIL PROTECTED] wrote: Hi All, I'm experiencing some differences in in the return values of strftime on Windows Linux platforms on PHP 5.2.1. I've knocked