You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/timers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You may also specify the time to wait as a string e.g. '5 seconds' or '30 minute
31
31
32
32
**Important:** When using timers, do not use `Carbon::now()` to get the current time. Instead, use `WorkflowStub::now()`, which returns the current time as seen by the workflow system. This is crucial because the actual time may not match your application's system clock.
33
33
34
-
Additionally, when measuring elapsed time in workflows (e.g., tracking how long an operation takes), always get your start time with:
34
+
Additionally, when measuring elapsed time in workflows (e.g., tracking how long an activity takes), always get your start time with:
0 commit comments