-
Notifications
You must be signed in to change notification settings - Fork 231
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
Conversation
@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'}} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
1d5da15
to
e07e2be
Compare
e07e2be
to
008ff70
Compare
@spadgett updated everything to use medium |
[merge] |
Evaluated for origin web console merge up to 008ff70 |
[Test]ing while waiting on the merge queue |
Evaluated for origin web console test up to 008ff70 |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/693/) (Base Commit: d0a5912) |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/712/) (Base Commit: 91841a7) |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1333101