Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Mar 6, 2024
1 parent 5222300 commit 076fbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getter.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"time"
)

// StdTime converts Carbon to standard time.Time.
// 将 Carbon 转换成标准 time.Time
// StdTime gets standard time.Time.
// 获取标准 time.Time
func (c Carbon) StdTime() time.Time {
return c.time.In(c.loc)
}
Expand Down

0 comments on commit 076fbdc

Please sign in to comment.