We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e82346 + 51cd9ce commit bd02b39Copy full SHA for bd02b39
git-date/src/time/mod.rs
@@ -27,7 +27,7 @@ pub enum Sign {
27
pub enum Format<'a> {
28
/// A custom format typically defined with the [`format_description`][time::format_description] macro.
29
Custom(&'a [time::format_description::FormatItem<'a>]),
30
- /// The seconds since 1970, also known as unix epoch, like `1660874655 +0800`.
+ /// The seconds since 1970, also known as unix epoch, like `1660874655`.
31
Unix,
32
/// The seconds since 1970, followed by the offset, like `1660874655 +0800`
33
Raw,
0 commit comments