We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
buildinfo.TimeFormat
buildinfo.TimeFormat does not match 2025-01-08T14:37:22.000Z because -0700 was used in the layout string instead of Z0700.
2025-01-08T14:37:22.000Z
-0700
Z0700
This is the root cause of jfrog/jfrog-cli#2823
In comparison, Artifactory does accept any valid ISO8601 conforming timestamp in the build info.
buildinfo.TimeFormat does not match 2025-01-08T14:37:22.000Z.
See jfrog/jfrog-cli#2823
buildinfo.TimeFormat does match 2025-01-08T14:37:22.000Z.
JFrog CLI 2.73.0
The text was updated successfully, but these errors were encountered:
Just for completeness sake - this has already prompted a workaround in Conan 2.x: https://github.com/conan-io/conan-extensions/blob/main/extensions/commands/art/cmd_build_info.py#L59
But the fact remains that the JF CLI tool is currently incompatible with valid build specs.
And the published schema also includes Z as a valid time zone designator:
Z
build-info-go/buildinfo-schema.json
Line 63 in 9b6f2ec
Sorry, something went wrong.
No branches or pull requests
Describe the bug
buildinfo.TimeFormat
does not match2025-01-08T14:37:22.000Z
because-0700
was used in the layout string instead ofZ0700
.This is the root cause of jfrog/jfrog-cli#2823
In comparison, Artifactory does accept any valid ISO8601 conforming timestamp in the build info.
Current behavior
buildinfo.TimeFormat
does not match2025-01-08T14:37:22.000Z
.Reproduction steps
See jfrog/jfrog-cli#2823
Expected behavior
buildinfo.TimeFormat
does match2025-01-08T14:37:22.000Z
.Operating system type and version
JFrog CLI 2.73.0
The text was updated successfully, but these errors were encountered: