we need to go deeper

This commit is contained in:
Ted Unangst 2023-04-28 11:09:46 -04:00
parent 372a274aa6
commit e212f4eb1e
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ func gethonksforme(userid int64, wanted int64) []*Honk {
func gethonksfromlongago(userid int64, wanted int64) []*Honk {
now := time.Now()
var honks []*Honk
for i := 1; i <= 3; i++ {
for i := 1; i <= 4; i++ {
dt := time.Date(now.Year()-i, now.Month(), now.Day(), now.Hour(), now.Minute(),
now.Second(), 0, now.Location())
dt1 := dt.Add(-36 * time.Hour).UTC().Format(dbtimeformat)