Skip to content

Commit

Permalink
docs:add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
R22627 authored and R22627 committed Dec 28, 2023
1 parent 6d5d2f5 commit 0575d71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions time/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ const (
HFormatNum = "15"
HMFormatNum = "1504"
TimeFormatNum = "150405"
// Deprecated: please use standard library time.Dateonly
// Deprecated: please use standard library time.DateOnly
DateFormat = "2006-01-02"
// Deprecated: please use standard library time.TimeOnly
TimeFormat = "15:04:05"
TimeFormat = "15:04:05"
// Deprecated: please use standard library time.DateTime
DateTimeFormat = "2006-01-02 15:04:05"
DateTimeFormatMilli = "2006-01-02 15:04:05.000"
DateTimeFormatMicro = "2006-01-02 15:04:05.000000"
Expand Down

0 comments on commit 0575d71

Please sign in to comment.