You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2015/06/23 12:12:01 UTC

[jira] [Commented] (MESOS-2894) web UI shows "YYYY" for year instead of year

    [ https://issues.apache.org/jira/browse/MESOS-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597437#comment-14597437 ] 

haosdent commented on MESOS-2894:
---------------------------------

{code}
return $filter('date')(date, 'MMM dd YYYY');
{code}
should be
{code}
return $filter('date')(date, 'MMM dd yyyy');
{code}
here.

> web UI shows "YYYY" for year instead of year
> --------------------------------------------
>
>                 Key: MESOS-2894
>                 URL: https://issues.apache.org/jira/browse/MESOS-2894
>             Project: Mesos
>          Issue Type: Bug
>          Components: webui
>            Reporter: brian wickman
>            Priority: Minor
>              Labels: newbie
>
> The directory listing formats on YYYY when it should probably format on yyyy:
> {noformat}
> drwxr-xr-x	3	ads	twitter	4 KB	Jun 18 15:27	 .pex	
> drwxr-xr-x	2	ads	twitter	4 KB	Dec 01 YYYY	 aurora
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)