Skip to content

Commit

Permalink
Add a fixme about Duration representation
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Aug 13, 2014
1 parent 49a40d8 commit 02e39b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/time/duration.rs
Expand Up @@ -34,6 +34,8 @@ macro_rules! try_opt(
($e:expr) => (match $e { Some(v) => v, None => return None })
)


// FIXME #16466: This could be represented as (i64 seconds, u32 nanos)
/// ISO 8601 time duration with nanosecond precision.
/// This also allows for the negative duration; see individual methods for details.
#[deriving(PartialEq, Eq, PartialOrd, Ord)]
Expand Down

0 comments on commit 02e39b0

Please sign in to comment.