[PHP] Re: mktime() problem

2001-10-23 Thread liljim
Hi James, I'm running 4.0.6 on a Solaris 8 box. The output given by echo mktime(0,0,0,1,1,1970); is 3600. Shouldn't it be 0? My box's locale is set to the UK defaults, so as I write this we are in daylight savings (GMT+1). Would this make a difference? (I have already tried I uploaded

RE: [PHP] Re: mktime() problem

2001-10-23 Thread james . fairbairn
PROTECTED] Subject: [PHP] Re: mktime() problem Hi James, I'm running 4.0.6 on a Solaris 8 box. The output given by echo mktime(0,0,0,1,1,1970); is 3600. Shouldn't it be 0? My box's locale is set to the UK defaults, so as I write this we are in daylight savings (GMT+1). Would this make