Skip to content

Commit

Permalink
https://www.youtube.com/watch?v=-5wpm-gesOY
Browse files Browse the repository at this point in the history
  • Loading branch information
aetaric committed Mar 13, 2024
1 parent 3432193 commit 8bd2ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/webserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func getHistoricalStats(ctx *gin.Context) {

func getSchedule(ctx *gin.Context) {
if scheduler != nil {
nextRun := scheduler.Entry(cronEntry).Next.String()
nextRun := scheduler.Entry(cronEntry).Next.UTC().String()
ctx.JSON(200, nextRun)
} else {
ctx.JSON(200, nil)
Expand Down

0 comments on commit 8bd2ea9

Please sign in to comment.