Open georgesfarah opened 1 month ago
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)
11:00am ET
time.Date(now.Year(), now.Month(), now.Day(), 16, 0, 0, 0, time.UTC)
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, },
Hello!
This input
11:00am ET
is giving an output oftime.Date(now.Year(), now.Month(), now.Day(), 16, 0, 0, 0, time.UTC)
instead oftime.Date(now.Year(), now.Month(), now.Day(), 15, 0, 0, 0, time.UTC)
configs: