GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb/pull/208

    Fauxton: fix missing leading zeros in logs

    This adds leading zeros to the times in the log view. Before that
    the times were displayed like 1:5:3 (if it were 01:05:03)
    because getHours() and friends are returning a Number and not
    a String with a leading 0. In the case of 1:5:3 the corrected
    time is now displayed as: 01:05:03

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertkowalski/couchdb logs-leading-zeros

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/208.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #208
    
----
commit c0a6c727bf6fe0cba5d16b4cbd9b453ca8f8e72f
Author: Robert Kowalski <[email protected]>
Date:   2014-04-13T11:48:00Z

    Fauxton: fix missing leading zeros in logs
    
    This adds leading zeros to the times in the log view. Before that
    the times were displayed like 1:5:3 (if it were 01:05:03)
    because getHours() and friends are returning a Number and not
    a String with a leading 0. In the case of 1:5:3 the corrected
    time is now displayed as: 01:05:03

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to