File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ carbon.Parse("2020-08-05 13:14:15").SetMinute(60).ToDateTimeString() // 2020-08-
179179carbon.Parse (" 2020-08-05 13:14:15" ).SetSecond (10 ).ToDateTimeString () // 2020-08-05 13:14:10
180180carbon.Parse (" 2020-08-05 13:14:15" ).SetSecond (60 ).ToDateTimeString () // 2020-08-05 13:15:00
181181```
182- > For more timezone constants, please see the [ const .go] ( ./const .go ) file
182+ > For more timezone constants, please see the [ constant .go] ( ./constant .go ) file
183183
184184##### Start and end
185185``` go
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ carbon.Parse("2020-08-05 13:14:15").SetMinute(60).ToDateTimeString() // 2020-08-
178178carbon.Parse (" 2020-08-05 13:14:15" ).SetSecond (10 ).ToDateTimeString () // 2020-08-05 13:14:10
179179carbon.Parse (" 2020-08-05 13:14:15" ).SetSecond (60 ).ToDateTimeString () // 2020-08-05 13:15:00
180180```
181- > 更多时区常量请查看[ const .go] ( ./const .go ) 文件
181+ > 更多时区常量请查看[ constant .go] ( ./constant .go ) 文件
182182
183183##### 开始时间、结束时间
184184``` go
You can’t perform that action at this time.
0 commit comments