From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id BA9C41F463 for ; Thu, 5 Dec 2019 17:32:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730101AbfLERcG (ORCPT ); Thu, 5 Dec 2019 12:32:06 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:53831 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729396AbfLERcG (ORCPT ); Thu, 5 Dec 2019 12:32:06 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 51EFC97C81; Thu, 5 Dec 2019 12:32:04 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=2G+c7DF9s//TIwKgHkpKW/6qGT0=; b=blN+Ky L8wAL7qUtZ95yPC6qbGAVxG+nmlVjbzV/rJmXO87aqw4wi4gfPBxBvbeXH4eG3s5 G1CCg3yG9AHevtc7FdmfeJrK227Jq7Xsy6VKwWpSoN8jc1r/W/yAlZl14Rvsgjrg q1teGh520sL+jmWUMMS0Nx2Zicn4lZoqf4uGQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=TGkF4sZrXuHpuk3hCCptrVLSjZMK0ULS El7wQa+a9nKcA5VlRWN8vnlU1MI+0zMMDtwhcvHl1aWf+1Uz2qg9WRZZsYLYb+Bo jQOA+kDJZcKq5cZWR8vklvIrBCSlRiKpoLbJHImBg4+nB//Llzkd/D9PFD3afK0B h4a0doSQJko= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 49B5097C80; Thu, 5 Dec 2019 12:32:04 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 5269997C7E; Thu, 5 Dec 2019 12:32:01 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Nathaniel Manista Cc: git@vger.kernel.org Subject: Re: [ISSUE] Stop accessing, storing, and sharing the user's time zone References: Date: Thu, 05 Dec 2019 09:31:59 -0800 In-Reply-To: (Nathaniel Manista's message of "Thu, 5 Dec 2019 18:14:04 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 25626BAC-1785-11EA-B5BC-B0405B776F7B-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Nathaniel Manista writes: > Authoring and sharing a commit by default exposes the user's time zone. s/exposes/stores/ and that is a feature. You are free to run $ TZ=GMT git commit if you wanted to opt out of the feature, but this has been the default since day one and people expect Git to behave this way.