Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5CE62200CBB for ; Tue, 4 Jul 2017 12:53:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5BA6E160DB7; Tue, 4 Jul 2017 10:53:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A3B0E160DB5 for ; Tue, 4 Jul 2017 12:53:03 +0200 (CEST) Received: (qmail 24684 invoked by uid 500); 4 Jul 2017 10:53:02 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 24673 invoked by uid 99); 4 Jul 2017 10:53:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2017 10:53:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 67F0D1A0550 for ; Tue, 4 Jul 2017 10:53:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id TVOwgJ-weoH3 for ; Tue, 4 Jul 2017 10:53:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0F2165F642 for ; Tue, 4 Jul 2017 10:53:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4EE54E0069 for ; Tue, 4 Jul 2017 10:53:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0CC7C24602 for ; Tue, 4 Jul 2017 10:53:00 +0000 (UTC) Date: Tue, 4 Jul 2017 10:53:00 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LANG-1344) exclude empty parts in DurationFormatUtils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 04 Jul 2017 10:53:04 -0000 [ https://issues.apache.org/jira/browse/LANG-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-1344: ----------------------- Description: }}DurationFormatUtils only allow to exclude leading or trailing zeroes, but not empty parts alltogether, e.g. when a position is 0 (0 days or hours). This would improve readability and look better in most cases where the duration can vary between seconds or days and I don't want to special case, e.g. having it print {{2s}} instead of {{0d 0h 00m 02s}}. was: DurationFormatUtils only allow to exclude leading or trailing zeroes, but not empty parts alltogether, e.g. when a position is 0 (0 days or hours). This would improve readability and look better in most cases where the duration can vary between seconds or days and I don't want to special case, e.g. having it print {{2s}} instead of {{0d 0h 00m 02s}}. > exclude empty parts in DurationFormatUtils > ------------------------------------------ > > Key: LANG-1344 > URL: https://issues.apache.org/jira/browse/LANG-1344 > Project: Commons Lang > Issue Type: Improvement > Components: lang.time.* > Affects Versions: 3.6 > Reporter: Gregor B. Rosenauer > Priority: Minor > > }}DurationFormatUtils only allow to exclude leading or trailing zeroes, but not empty parts alltogether, e.g. when a position is 0 (0 days or hours). > This would improve readability and look better in most cases where the duration can vary between seconds or days and I don't want to special case, e.g. having it print > {{2s}} instead of {{0d 0h 00m 02s}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)