Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python BQ script date timezone hanlding #33

Closed
nyghtowl opened this issue Oct 29, 2020 · 0 comments · Fixed by #38
Closed

Fix Python BQ script date timezone hanlding #33

nyghtowl opened this issue Oct 29, 2020 · 0 comments · Fixed by #38
Assignees

Comments

@nyghtowl
Copy link
Contributor

Expected Behavior

parse_datestring function will handle all timezones despite format and parse them correctly

Actual Behavior

parse_datestring only handling timezones if offset number provided. It is missing information when the timezone letters or words are provided like:

Wed, 25 Oct 2006 19:21:24 GMT

Test output should be 2006-10-25 21:21:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant