Skip to content

Commit

Permalink
Update schedules.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotski committed Jan 3, 2025
1 parent 197f8b9 commit ef95e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/getting-started/schedules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Here is a list of popular times in cron format to help you set up restart schedu

### Timezone-Specific Schedules

Use the following cron entries to set restart schedules for specific server locations, based on their time zones:
Use the following cron entries to set restart schedules for specific server locations at 4am, based on their time zones:

| Location | Time Zone | Crontab Entry |
|--------------------|-----------|----------------|
| Singapore | UTC+8 | `0 20 * *` |
| Sydney | UTC+10 | `0 18 * *` |
| Los Angeles | UTC-8 | `0 12 * *` |
| Dallas | UTC-6 | `0 10 * *` |
| New York | UTC-5 | `0 9 * *` |
| Ashburn | UTC-5 | `0 9 * *` |
| UK | UTC±0 | `0 4 * *` |
| Frankfurt | UTC+1 | `0 3 * *` |

Expand Down

0 comments on commit ef95e0c

Please sign in to comment.