summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scoop.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/scoop.c b/scoop.c
index fed05ec..c4a7736 100644
--- a/scoop.c
+++ b/scoop.c
@@ -404,8 +404,9 @@ int main(int argc, char *argv[]) {
 				append(
 					where,
 					SQL(
-						AND events.time >= strftime('%s', :date)
-						AND events.time < strftime('%s', :date, '+1 day')
+						AND events.time >= strftime('%s', :date, 'start of day')
+						AND events.time
+							< strftime('%s', :date, 'start of day', '+1 day')
 					)
 				);
 				binds[n++] = Bind(":date", optarg, 0);
id=34daf56d67522d13375b1dca80d313955b85e7c2&follow=1'>Include <>/-/* around nicks in scoop coloring 1.1June McEnroe 2020-03-02Replace .mk files with configure scriptJune McEnroe 2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe 2020-02-22Include <>/-/* around nicks in coloringJune McEnroe 2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe