mirror of
https://github.com/seigler/slack-cleanup
synced 2025-07-26 01:06:11 +00:00
change time difference to 90 days
This commit is contained in:
parent
46a8f10ba3
commit
d759a4a59f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -28,7 +28,7 @@ func main() {
|
|||
}
|
||||
|
||||
tsNow := time.Now()
|
||||
tsTo := tsNow.AddDate(0, -14, 0)
|
||||
tsTo := tsNow.AddDate(0, -90, 0)
|
||||
tsUnix := tsTo.Unix()
|
||||
|
||||
q := req.URL.Query()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue