--- post-faq-0.10.orig/faqfile.pl
+++ post-faq-0.10/faqfile.pl
@@ -411,7 +411,8 @@
     $post_interval = &get_interval($idname);
     $timestamp = &get_timestamp($idname);
     if ($timestamp) {
-	$interval = (time - $timestamp) / (60 * 60 * 24);
+        # "3600" means 1 hour, a tolerance to allow daily posts
+	$interval = (time - $timestamp + 3600) / (60 * 60 * 24);
     }
     if ($post_interval =~ /^[0-9]+$/) {
 	local($scheduled);
