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 e7fdf70 commit aae9befCopy full SHA for aae9bef
src/utils/time.rs
@@ -51,7 +51,7 @@ impl TimeRange {
51
/// - Any error that might occur during parsing of durations or RFC 3339 timestamps.
52
///
53
/// # Example
54
- /// ```
+ /// ```ignore
55
/// let range = TimeRange::parse_human_time("2 hours", "now");
56
/// let range = TimeRange::parse_human_time("2023-01-01T12:00:00Z", "2023-01-01T15:00:00Z");
57
/// ```
0 commit comments