Skip to content

Bug 1333101 Use long date format on logs to remove ambiguity in month vs day #876

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

Merged
merged 1 commit into from
Nov 17, 2016

Conversation

jwforres
Copy link
Member

@jwforres
Copy link
Member Author

@spadgett PTAL

@@ -123,9 +123,9 @@
<span class="space-after">{{build.status.phase}}</span>

<div ng-if="build.status.startTimestamp && !logEmpty" class="log-timestamps">
Log from {{build.status.startTimestamp | date : 'short'}}
Log from {{build.status.startTimestamp | date : 'MMM dd, yyyy h:mm a'}}
Copy link
Member

Choose a reason for hiding this comment

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

Should we use date : 'medium' which is the almost the same, but will be localized?

https://docs.angularjs.org/api/ng/filter/date

Copy link
Member Author

Choose a reason for hiding this comment

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

agreed, updating the other places we were using this

@spadgett spadgett self-assigned this Nov 15, 2016
@jwforres
Copy link
Member Author

@spadgett updated everything to use medium

@spadgett spadgett added the lgtm Indicates that a PR is ready to be merged. label Nov 15, 2016
@jwforres
Copy link
Member Author

[merge]

@openshift-bot
Copy link

Evaluated for origin web console merge up to 008ff70

@openshift-bot
Copy link

[Test]ing while waiting on the merge queue

@openshift-bot
Copy link

Evaluated for origin web console test up to 008ff70

@openshift-bot
Copy link

Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/693/) (Base Commit: d0a5912)

@openshift-bot
Copy link

openshift-bot commented Nov 17, 2016

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/712/) (Base Commit: 91841a7)

@openshift-bot openshift-bot merged commit cf48ed9 into openshift:master Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants