We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e89e8 commit ac43ec8Copy full SHA for ac43ec8
1 file changed
rule.go
@@ -12,7 +12,7 @@ import "time"
12
// rule := NewRule() // This creates a new rule with the default configuration.
13
// rule.WithWeekStartDay(time.Monday) // This sets the week start day to Monday.
14
// rule.WithTimeFormats([]string{"2006-01-02 15:04:05"}) // This sets the time formats to the default time formats.
15
-// rule.WithTimeLocation(time.UTC) // This sets the time location to UTC.
+// rule.WithLocation(time.UTC) // This sets the time location to UTC.
16
// return rule
17
func NewRule() *Rule {
18
return &Rule{
0 commit comments