Commit d2482ed
authored
Add timezone to cron triggers examples (#20151)
* Add timezone to cron triggers examples
https://developers.cloudflare.com/workers/configuration/cron-triggers/#:~:text=Cron%20Triggers%20execute%20on%20UTC%20time.
👆 too easy to skip in docs. Examples refer to times, but no timezone, therefore incomplete information in examples. Adding UTC for completeness (accepting repetitiveness)
* Update src/content/docs/workers/configuration/cron-triggers.mdx
* Update src/content/docs/workers/configuration/cron-triggers.mdx
* Update src/content/docs/workers/configuration/cron-triggers.mdx
* Update src/content/docs/workers/configuration/cron-triggers.mdx
* Update src/content/docs/workers/configuration/cron-triggers.mdx
* Update src/content/docs/workers/configuration/cron-triggers.mdx
* Update src/content/docs/workers/configuration/cron-triggers.mdx1 parent b65f42f commit d2482ed
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments