From 61c18056b9f85a789b789e7ddbe6fad09e74d92f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 9 May 2003 20:28:56 +0000 Subject: Added server offset in seconds. --- month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index f06ca77..532deb4 100644 --- a/month.php +++ b/month.php @@ -11,7 +11,7 @@ $this_month = $day_array2[2]; $this_year = $day_array2[1]; $unix_time = strtotime($getdate); -$today_today = date ("Ymd"); +$today_today = date ('Ymd', $unix_time); $tomorrows_date = date( "Ymd", strtotime("+1 day", $unix_time)); $yesterdays_date = date( "Ymd", strtotime("-1 day", $unix_time)); $date = mktime(0,0,0,"$this_month","$this_day","$this_year"); -- cgit v1.2.3