# Build periodically Schedule

**URL:** https://community.jenkins.io/t/build-periodically-schedule/6534
**Category:** Ask a question
**Created:** [March 29, 2023, 11:22am UTC](https://community.jenkins.io/t/build-periodically-schedule/6534 "2023-03-29T11:22:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![marbda](https://avatars.discourse-cdn.com/v4/letter/m/6bbea6/32.png) [@marbda](https://community.jenkins.io/u/marbda)
#### Post date: [March 29, 2023, 11:22am UTC](https://community.jenkins.io/t/build-periodically-schedule/6534/1 "2023-03-29T11:22:45Z")

</div>

Hello,  
Trying to setup in windows  
“Build periodically Schedule”

H/10 8-16 \* \* 0-5

My task plan:  
Start 8:10, Sunday to Friday 1 hour interval

8:10/9:10/10:10/11:10/12:10/13:10/14:10/15:10/16:10

the problem is that it sees the wrong hours, a message appears

Would last have run at Tuesday, March 28, 2023 at 4:58:04 PM Central European Summer Time; would next run at Wednesday, March 29, 2023 at 8:08:04 AM Central European Summer Time.

Thanks for the help

---

<div class="post-metadata">

### Author: ![halkeye](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/halkeye/32/8_2.png) [@halkeye](https://community.jenkins.io/u/halkeye)
#### Post date: [March 29, 2023, 6:02pm UTC](https://community.jenkins.io/t/build-periodically-schedule/6534/2 "2023-03-29T18:02:51Z")

</div>

> [@marbda](#):
>
> H/10 8-16 \* \* 0-5

Ignoring the H/ which is jenkins only for randomizing the minute

[https://crontab.guru/#10\_8-16\_\*\_\*\_0-5](https://crontab.guru/#10_8-16_*_*_0-5)

“At minute 10 past every hour from 8 through 16 on every day-of-week from Sunday through Friday.”

> [@marbda](#):
>
> the problem is that it sees the wrong hours, a message appears

My guess is the server is in one timezone (UTC maybe? check your systeminfo page), and you are in a different timezone, and that string is your timezone.

---

<div class="post-metadata">

### Author: ![marbda](https://avatars.discourse-cdn.com/v4/letter/m/6bbea6/32.png) [@marbda](https://community.jenkins.io/u/marbda)
#### Post date: [March 31, 2023, 10:21am UTC](https://community.jenkins.io/t/build-periodically-schedule/6534/4 "2023-03-31T10:21:16Z")

</div>

Everything works thank you.
