From ef95e0cee60482b665a0175d9809ced5f0ae83db Mon Sep 17 00:00:00 2001 From: pedrotski <58076186+pedrotski@users.noreply.github.com> Date: Sat, 4 Jan 2025 00:48:55 +0800 Subject: [PATCH] Update schedules.mdx --- src/content/docs/getting-started/schedules.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/getting-started/schedules.mdx b/src/content/docs/getting-started/schedules.mdx index 1b039b6..44ad8af 100644 --- a/src/content/docs/getting-started/schedules.mdx +++ b/src/content/docs/getting-started/schedules.mdx @@ -36,7 +36,7 @@ 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 | |--------------------|-----------|----------------| @@ -44,7 +44,7 @@ Use the following cron entries to set restart schedules for specific server loca | 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 * *` |