From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4416BC43381 for ; Fri, 8 Mar 2019 12:51:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 206BB20684 for ; Fri, 8 Mar 2019 12:51:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726825AbfCHMvt (ORCPT ); Fri, 8 Mar 2019 07:51:49 -0500 Received: from mga06.intel.com ([134.134.136.31]:20731 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726810AbfCHMvq (ORCPT ); Fri, 8 Mar 2019 07:51:46 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2019 04:51:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,455,1544515200"; d="scan'208";a="129924085" Received: from ahunter-desktop.fi.intel.com (HELO [10.237.72.56]) ([10.237.72.56]) by fmsmga008.fm.intel.com with ESMTP; 08 Mar 2019 04:51:43 -0800 Subject: Re: [PATCH v2 7/7] perf script python: add printdate function to SQL exporters To: Arnaldo Carvalho de Melo , Tony Jones Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org References: <20190302011903.2416-1-tonyj@suse.de> <20190302011903.2416-8-tonyj@suse.de> <20190306211359.GR30734@kernel.org> From: Adrian Hunter Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki Message-ID: <193287e8-0710-4d27-dd5c-939fff451a15@intel.com> Date: Fri, 8 Mar 2019 14:50:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190306211359.GR30734@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/03/19 11:13 PM, Arnaldo Carvalho de Melo wrote: > Em Fri, Mar 01, 2019 at 05:19:03PM -0800, Tony Jones escreveu: >> Introduce a printdate function to eliminate the repetitive use of >> datetime.datetime.today() in the SQL exporting scripts. > > Seems easy enough, but since Adrian provided the Acked-by to the other > patch, can this be done this time again? Acked-by: Adrian Hunter