Skip to content

Commit bd02b39

Browse files
authored
Merge pull request #497 from svetli-n/patch-2
Fix doc comment
2 parents 5e82346 + 51cd9ce commit bd02b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-date/src/time/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub enum Sign {
2727
pub enum Format<'a> {
2828
/// A custom format typically defined with the [`format_description`][time::format_description] macro.
2929
Custom(&'a [time::format_description::FormatItem<'a>]),
30-
/// The seconds since 1970, also known as unix epoch, like `1660874655 +0800`.
30+
/// The seconds since 1970, also known as unix epoch, like `1660874655`.
3131
Unix,
3232
/// The seconds since 1970, followed by the offset, like `1660874655 +0800`
3333
Raw,

0 commit comments

Comments
 (0)