File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -626,11 +626,11 @@ enum ScheduledTimeInit {
626
626
Offset ( f64 ) ,
627
627
}
628
628
629
- /// Determines when a Durable Object alarm should be ran, based on a timestamp or offset.
629
+ /// Determines when a Durable Object alarm should be ran, based on a timestamp or offset in milliseconds .
630
630
///
631
631
/// Implements [`From`] for:
632
- /// - [`Duration`], interpreted as an offset.
633
- /// - [`i64`], interpreted as an offset.
632
+ /// - [`Duration`], interpreted as an offset (in milliseconds) .
633
+ /// - [`i64`], interpreted as an offset (in milliseconds) .
634
634
/// - [`DateTime`], interpreted as a timestamp.
635
635
///
636
636
/// When an offset is used, the time at which `set_alarm()` or `set_alarm_with_options()` is called
You can’t perform that action at this time.
0 commit comments