Hi, I use mktime() in a number of php scripts, and have just moved to a new server, running php.4.2.2. My mktime functions work fine on old server (4.1.0) now returning values of -1. Since mktime is part of core php, why would this be. I even tried using it with hardcoded values instead of variables ($thisdate=mktime(0,0,0,11,13,1961) ) and still get invalid output. Any suggestions would be greatly appreciated.