-
Notifications
You must be signed in to change notification settings - Fork 51
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
Incorrect time format within Security Center integrations. Possibly timzone/timing issue? #292
Comments
alrighty, should be corrected now. |
its still not working @SteveMcGrath . i think because of the timezone different |
Thats really odd, as I can't seem to replicate that. From the debug logs on 2.0.9 it appears that everything is working as expected. Timezones shouldn't matter for unix timestamps, as they count seconds since 1/1/1970 UTC. The only thing i could think of is maybe the time is wrong on the SC host itself? Note that in the filter I'm seeing the STARTTIME-ENDTIME format expected: {"filterName": "lastSeen", "operator": "=", "value": "1723552747-1723742640"} Log even (formatted for readability) from a TSC sync with
|
I'm quite confused. Looking at this: The timestamp of the last run is set here: https://github.com/tenable/integration-jira-cloud/blob/main/tenb2jira/tenable/tenable.py#L29 All of these times are on the same host, so even if timezones were an issue, they should be uniformly an issue. How you are getting |
so i did find something that may have caused this. spent a bit of time cleaning up all the timestamps to always use UTC regardless. |
Give that commit a try:
|
2.0.10 entered release with the changes |
After make the second snyc call this error will return
The text was updated successfully, but these errors were encountered: