Files
rust/src/libstd
Vladimir Smola 9bf82fa7ff Fix the output of negative duration
Technically speaking, negative duration is not valid ISO 8601, but we need to
print it anyway. If `d` is a positive duration with the output `xxxxxxx`, then
the expected output of negative `-d` value is `-xxxxxxx`. I.e. the idea is to
print negative durations as positive with a leading minus sign.

Closes #18181.
2014-10-28 21:48:21 +07:00
..
2014-10-16 11:15:35 -04:00
2014-10-13 14:16:22 +08:00
2014-10-16 14:10:18 -04:00
2014-10-28 21:48:21 +07:00
2014-10-07 15:49:53 +13:00
2014-10-16 11:15:34 -04:00
2014-07-11 14:25:15 -07:00
2014-10-16 11:15:35 -04:00
2014-07-21 09:54:52 -07:00