Mark backlog items as complete

This commit is contained in:
2026-03-11 11:36:21 -07:00
parent e4cd4dbc29
commit 9df9972194
+2 -2
View File
@@ -55,5 +55,5 @@
## Backlog
- [ ] Set daily challenge cron job to explicit UTC timezone (`{ timeZone: 'UTC' }` on `@Cron` in `daily-challenges.service.ts`) — currently uses system timezone
- [ ] Add reset time disclaimer to Daily Challenge page — show "New challenge at midnight UTC" and convert to the user's local timezone (e.g. "7:00 PM EST / 4:00 PM PST")
- [x] Set daily challenge cron job to explicit UTC timezone (`{ timeZone: 'UTC' }` on `@Cron` in `daily-challenges.service.ts`) — currently uses system timezone
- [x] Add reset time disclaimer to Daily Challenge page — show "New challenge at midnight UTC" and convert to the user's local timezone (e.g. "7:00 PM EST / 4:00 PM PST")