Skip to content

ET not parsed correctly #16

@georgesfarah

Description

@georgesfarah

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions