Closed gaydin closed 6 years ago
Does this also fail in mysql 5/ mariadb 10?
I tested on MySQL 5.6.37 - work fine. Trouble with mysql 8.0.13 only. After changing DATE_FORMAT to DATE works fine on MySQL 5.6 and 8
@gaydin do you know how to make a PR ?
If not maybe we could add a label good first issue
to attract new contributor ?
[x]
):https://gist.github.com/gaydin/ee00f012fbefe913daa53a98c0c55f1c
Description
Maybe need changed https://github.com/go-gitea/gitea/blob/master/models/user_heatmap.go#L26
UNIX_TIMESTAMP(DATE_FORMAT(FROM_UNIXTIME(created_unix), '%Y%m%d'))
toUNIX_TIMESTAMP(DATE(FROM_UNIXTIME(created_unix)))