-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello!
This input 11:00am ET is giving an output of time.Date(now.Year(), now.Month(), now.Day(), 16, 0, 0, 0, time.UTC)
instead of time.Date(now.Year(), now.Month(), now.Day(), 15, 0, 0, 0, time.UTC)
configs:
&dateparser.Configuration{
DefaultTimezone: time.UTC,
CurrentTime: now,
PreferredDateSource: dateparser.Future,
},
Metadata
Metadata
Assignees
Labels
No labels