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

Allow numeric time zone offsets #108

Merged
merged 1 commit into from
May 4, 2023

Conversation

mluppi
Copy link
Contributor

@mluppi mluppi commented Jul 15, 2021

Some time formats were defined with a trailing Z which only allowed times in UTC to be parsed for these formats. Replacing Z with Z07:00 makes it possible to parse numeric time zone offsets as well. One example is 2021-07-08T10:55:00+01:00 which conforms to RFC 3339 and contains a numeric time offset.

I extended csv_test.go with cases for all the changed layout definitions.

Some time formats were defined with a trailing "Z" which only allowed
times in UTC to be parsed for these formats. Replacing "Z" with
"Z07:00" makes it possible to parse numeric time zone offsets as well.
@mluppi
Copy link
Contributor Author

mluppi commented Sep 20, 2021

@marcusolsson Do you already know when this PR could be merged?

@marcusolsson marcusolsson added this to In progress in Grafana Plugins via automation Dec 17, 2021
@marcusolsson marcusolsson removed this from In progress in Grafana Plugins Sep 30, 2022
@CLAassistant
Copy link

CLAassistant commented Oct 4, 2022

CLA assistant check
All committers have signed the CLA.

@mluppi
Copy link
Contributor Author

mluppi commented Jan 2, 2023

Hi @tolzhabayev, @leventebalogh and @yesoreyeram
This PR has been open since a long time. Do you already know when it could be merged?

@yesoreyeram
Copy link
Collaborator

@mluppi - Thank you for the PR. I will take a look next week. Sorry for the delay.

Happy New year.

@ajunior
Copy link

ajunior commented May 4, 2023

Any news about this?

@yesoreyeram yesoreyeram merged commit b385375 into grafana:main May 4, 2023
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.

None yet

4 participants