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 landesk US/Pacific timezone assumption #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

suprithcs
Copy link

Fixes #74

@andrewmwhite
Copy link
Contributor

Thanks for submitting this. I'll take a look today.

@andrewmwhite
Copy link
Contributor

Looks like the issue is slightly more complicated in that the datetimes returned by LANDESK are in US/Pacific (for us, at least; depends on your LANDESK configuration) and need to be converted to UTC. So you probably want something more like:

arrow.get(<datetime from LANDESK>, config['LANDESK_SQL_TIMEZONE']).to('utc')),

which means adding that parameter to the configuration for LANDESK (probably as an optional parameter defaulting to 'utc').

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 this pull request may close these issues.

2 participants