From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00, RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_ZBI,RCVD_IN_XBL,RDNS_NONE,SPF_FAIL, SPF_HELO_FAIL shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from 80x24.org (unknown [85.248.227.165]) by dcvr.yhbt.net (Postfix) with ESMTP id 6E9461FF6D for ; Sat, 17 Dec 2016 11:53:33 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] searchmsg: ->date correctness Date: Sat, 17 Dec 2016 11:53:22 +0000 Message-Id: <20161217115324.27937-1-e@80x24.org> List-Id: Initially, I thought this accessor method was not needed at all, but then I realized XHDR uses it to get a list of dates. So, it's made locale-independent by avoiding strftime, as well as no longer time wasting space since ->date is only called once. lib/PublicInbox/SearchMsg.pm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)