aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service.c b/src/service.c
index 5fba01e..c1f8752 100644
--- a/src/service.c
+++ b/src/service.c
@@ -585,9 +585,9 @@ get_all_appointments_this_month (IndicatorDatetimeService * self)
calendar_date = get_calendar_date (self);
g_date_time_get_ymd (calendar_date, &y, &m, &d);
begin = g_date_time_new_local (y, m, 1,
- 0, 0, 0);
+ 0, 0, 0.1);
end = g_date_time_new_local (y, m, g_date_get_days_in_month(m,y),
- 23, 59, 0);
+ 23, 59, 59.9);
appointments = indicator_datetime_planner_get_appointments (p->planner,
begin,