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

When using JIRA api to query issue, all the fields with datetime format doesn't fit user's preference setting timezone. #1430

Open
tonyman1008 opened this issue Jul 8, 2024 · 1 comment

Comments

@tonyman1008
Copy link

When I login with an account using JIRA api and query some issues.
The fields which store datetime doesn't return the correct time in user's setting timezone.
Is there any method to solve this? Seems it return the time with JIRA instance timezone.

@Spacetown
Copy link
Contributor

If the time is in UTC or GMT you should be able to convert it with the date module, e.g. datetime.fromisoformat.

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

No branches or pull requests

2 participants