Index: modules/archive.module =================================================================== RCS file: /cvs/drupal/drupal/modules/archive.module,v retrieving revision 1.51 diff -u -r1.51 archive.module --- modules/archive.module 5 Mar 2004 20:57:05 -0000 1.51 +++ modules/archive.module 4 Jun 2004 10:59:54 -0000 @@ -216,8 +216,8 @@ $day = arg(3); } - $date = mktime(0, 0, 0, $month, $day, $year) - $user->timezone; - $date_end = mktime(0, 0, 0, $month, $day + 1, $year) - $user->timezone; + $date = gmmktime(0, 0, 0, $month, $day, $year) - $user->timezone; + $date_end = gmmktime(0, 0, 0, $month, $day + 1, $year) - $user->timezone; /* ** Prepare the values of the form fields: