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

Update docker image build timestamp format #3904

Merged
merged 3 commits into from
Sep 14, 2021
Merged

Conversation

jacekn
Copy link
Contributor

@jacekn jacekn commented Sep 10, 2021

Golang time parser is not compatible with format rendered by the GNU date,
even though both claim to be RFC3339. This change replaces space separator
between date and time with "T" which will allow golang to parse it.
It also switches from --utc to -u that's supported by both GNU and BSD
date commands.

Golang time parser is not compatible with format rendered by the GNU date,
even though both claim to be RFC3339. This change replaces space separator
betwen date and time with "T" which will allow golang to parse it.
It also switches from `--utc` to `-u` that's supported by both GNU and BSD
date commands.
@jacekn jacekn requested review from a team September 13, 2021 13:00
Copy link
Contributor

@marcelosalloum marcelosalloum left a comment

Choose a reason for hiding this comment

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

I think there's a place where you forgot to update from -utc to -u.

services/keystore/Makefile Outdated Show resolved Hide resolved
@jacekn jacekn merged commit d432e29 into stellar:master Sep 14, 2021
@jacekn jacekn deleted the timestamps branch September 14, 2021 11:46
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.

3 participants