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 more timezone formats #2320

Merged
merged 7 commits into from
Mar 12, 2020
Merged

Allow more timezone formats #2320

merged 7 commits into from
Mar 12, 2020

Conversation

loosebazooka
Copy link
Member

fixes #2319

@loosebazooka
Copy link
Member Author

I will update the changelog too

Copy link
Member

@chanseokoh chanseokoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
### Added

### Changed
- `jib.container.creationTime` now accepts more timezone formats:`Z`,`+HHmm`. ([#2320](https://github.com/GoogleContainerTools/jib/issues/2260))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe Z was already accepted. So, "accepts a timezone format without colon: +HHmm"? And if this improves usability with git, worth nothing that? Like, "This helps use git commit timestamp from git ... or some git timestamp plugin"?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, the issue number in issues/2260 is wrong.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: also add a space after ### Changed. I saw we have the same problem in line 15, so can you add a space after ### Added there too?

@loosebazooka loosebazooka merged commit ac099d2 into master Mar 12, 2020
@loosebazooka loosebazooka deleted the allow-timezone-styles branch March 12, 2020 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

time parser should handle all time zone designators
3 participants