From dd7a32d6b3c4e685d5d6df586332567219263941 Mon Sep 17 00:00:00 2001 From: Christopher F Date: Sun, 18 Dec 2016 23:04:01 -0500 Subject: No Z or +XX:XX Eventual Consistency:tm: --- src/utils/builder/create_embed.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/utils/builder') diff --git a/src/utils/builder/create_embed.rs b/src/utils/builder/create_embed.rs index e8f2e8d..95da366 100644 --- a/src/utils/builder/create_embed.rs +++ b/src/utils/builder/create_embed.rs @@ -160,12 +160,13 @@ impl CreateEmbed { /// Set the timestamp. /// - /// **Note:** This timestamp must be in ISO-8601 format. + /// **Note:** This timestamp must be in ISO-8601 format. It must also be + /// in UTC format. /// /// # Examples /// - /// `2017-01-03T23:00:00Z` - /// `2004-06-08T16:04:23-05:00` + /// `2017-01-03T23:00:00` + /// `2004-06-08T16:04:23` pub fn timestamp(mut self, timestamp: &str) -> Self { self.0.insert("timestamp".to_owned(), Value::String(timestamp.to_owned())); -- cgit v1.2.3