Skip to content

Commit

Permalink
TimeDelta is not a full ISO 8601 duration
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Feb 5, 2024
1 parent 7fcef0e commit 1322743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time_delta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const SECS_PER_DAY: i64 = 86_400;
/// The number of (non-leap) seconds in a week.
const SECS_PER_WEEK: i64 = 604_800;

/// ISO 8601 time duration with nanosecond precision.
/// Time duration with nanosecond precision.
///
/// This also allows for negative durations; see individual methods for details.
///
Expand Down

0 comments on commit 1322743

Please sign in to comment.