Closed Didayolo closed 5 months ago
We were using now().day, instead of now().date(), hence counting submissions from the same day on different months or years.
now().day
now().date()
Description
We were using
now().day
, instead ofnow().date()
, hence counting submissions from the same day on different months or years.Issues this PR resolves
1469
Checklist