We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f64cc9 commit ff836edCopy full SHA for ff836ed
packages/clock/src/conv/mod.rs
@@ -4,6 +4,7 @@ use chrono::{DateTime, Utc};
4
use torrust_tracker_primitives::DurationSinceUnixEpoch;
5
6
/// It converts a string in ISO 8601 format to a timestamp.
7
+///
8
/// For example, the string `1970-01-01T00:00:00.000Z` which is the Unix Epoch
9
/// will be converted to a timestamp of 0: `DurationSinceUnixEpoch::ZERO`.
10
///
0 commit comments