Skip to content

Commit

Permalink
release: 0.7.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Jul 10, 2024
2 parents 278d7ab + 102e5a7 commit d5a63d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UserStatisticSchedule(
private val userStatisticService: UserStatisticService,
) {

@Scheduled(cron = EVERY_9AM)
@Scheduled(cron = EVERY_9AM, zone = "Asia/Seoul")
fun sendYesterdayNewUserReport() {
val yesterday = instant().toKr().minusDays(1)
val yesterdayUserCount = userStatisticService.getYesterdayUserCount()
Expand Down

0 comments on commit d5a63d1

Please sign in to comment.