Skip to content

Commit

Permalink
修复链接无效的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Feb 8, 2021
1 parent da9e210 commit 26f3068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ carbon.Parse("2020-08-05 13:14:15").SetMinute(60).ToDateTimeString() // 2020-08-
carbon.Parse("2020-08-05 13:14:15").SetSecond(10).ToDateTimeString() // 2020-08-05 13:14:10
carbon.Parse("2020-08-05 13:14:15").SetSecond(60).ToDateTimeString() // 2020-08-05 13:15:00
```
> For more timezone constants, please see the [const.go](./const.go) file
> For more timezone constants, please see the [constant.go](./constant.go) file
##### Start and end
```go
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ carbon.Parse("2020-08-05 13:14:15").SetMinute(60).ToDateTimeString() // 2020-08-
carbon.Parse("2020-08-05 13:14:15").SetSecond(10).ToDateTimeString() // 2020-08-05 13:14:10
carbon.Parse("2020-08-05 13:14:15").SetSecond(60).ToDateTimeString() // 2020-08-05 13:15:00
```
>更多时区常量请查看[const.go](./const.go)文件
>更多时区常量请查看[constant.go](./constant.go)文件
##### 开始时间、结束时间
```go
Expand Down

0 comments on commit 26f3068

Please sign in to comment.