我想要用户在特定日期花费的时间总和。 为此,我使用下面的查询
action_events.group("DATE(events.time)").sum("date(events.time)")
给出错误ActiveRecord::StatementInvalid (PG::UndefinedFunction: ERROR: function sum(timestamp without time zone) does not exist)
那我该如何设置时区
events.time
格式的记录:events.time
2018-06-01 15:53:38 UTC'