We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0113322 commit e7710c7Copy full SHA for e7710c7
src/event.rs
@@ -74,6 +74,8 @@ impl Event {
74
}
75
76
/// Set the event timestamp, for events that happened in the past.
77
+ ///
78
+ /// Errors if the timestamp is in the future.
79
pub fn set_timestamp<Tz>(&mut self, timestamp: DateTime<Tz>) -> Result<(), Error>
80
where
81
Tz: TimeZone,
0 commit comments