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 #343

Merged
merged 1 commit into from
Sep 10, 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
betwen date and time with "T" which will allow golang to parse it.

@stellar-jenkins
Copy link

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.
@stellar-jenkins
Copy link

@jacekn jacekn merged commit 0c50ee3 into stellar:master Sep 10, 2021
@jacekn jacekn deleted the timestamp branch September 10, 2021 14:42
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