From a63105e13b7641dfbcd9ebb973f2541c7660c67e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 28 Dec 2017 19:20:14 -0800 Subject: Improve timezone handling --- server/ui/controller/starred.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/ui/controller/starred.go') diff --git a/server/ui/controller/starred.go b/server/ui/controller/starred.go index c0351570..e9da241a 100644 --- a/server/ui/controller/starred.go +++ b/server/ui/controller/starred.go @@ -21,7 +21,7 @@ func (c *Controller) ShowStarredPage(ctx *core.Context, request *core.Request, r return } - builder := c.store.GetEntryQueryBuilder(user.ID, user.Timezone) + builder := c.store.NewEntryQueryBuilder(user.ID) builder.WithoutStatus(model.EntryStatusRemoved) builder.WithStarred() builder.WithOrder(model.DefaultSortingOrder) -- cgit v1.2.3