]> git.lizzy.rs Git - rust.git/commit
Fix minor issues in the documentation of libtime.
authorOGINO Masanori <masanori.ogino@gmail.com>
Thu, 3 Jul 2014 15:53:14 +0000 (00:53 +0900)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Jul 2014 19:54:52 +0000 (12:54 -0700)
commit0c5b627232bca6bd62d9862834a425038e19e4c1
tree733366f60bc4e0f9c135981c425651aebca19328
parent451b7495b03efbea1c1c50613620ca1e409e41da
Fix minor issues in the documentation of libtime.

- When the timezone is UTC, the "zone" field of the RFC 822 format is
  "GMT" (or "UT"), not "UTC."

- Although the name of `rfc3999` refers to RFC 3999, the documentation
  of it refers only to ISO 8601. This commit adds a description of the
  relation between ISO 8601 and RFC 3999.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
src/libtime/lib.rs