Skip to content

Commit

Permalink
add the day of time
Browse files Browse the repository at this point in the history
  • Loading branch information
wwj31 committed Sep 27, 2023
1 parent f062c25 commit 377a74e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import (

const (
SecondsPerDay = 24 * 60 * 60
Day = 24 * time.Hour
StdTimeLayout = "2006-01-02 15:04:05.000"
StdDateFormat = "2006-01-02"
)

var (
Expand Down

0 comments on commit 377a74e

Please sign in to comment.