git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Danh Doan <congdanhqx@gmail.com>
To: Dmitry Kulikov <dima@koulikoff.ru>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: git log --since=<date>
Date: Sat, 2 May 2020 18:03:50 +0700	[thread overview]
Message-ID: <20200502110350.GA3143@danh.dev> (raw)
In-Reply-To: <42953119.Wv2erQna2g@hp470>

On 2020-05-02 07:54:03+0200, Dmitry Kulikov <dima@koulikoff.ru> wrote:
> On Friday 01 May 2020 15:03:10 Junio C Hamano wrote:
> > You of course can say "git log --since=yesterday.midnight" if you
> > want to be exact ;-).
> 
>   What should I enter instead --since=2020-05-01 to have a midnight time?


You can use the same syntax:

	git log --since='2020-05-01 midnight'
	# or ISO-8601
	git log --since='2020-05-01 00:00:00'


-- 
Danh

  reply	other threads:[~2020-05-02 11:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01 21:35 git log --since=<date> Dmitry Kulikov
2020-05-01 22:03 ` Junio C Hamano
2020-05-02  5:54   ` Dmitry Kulikov
2020-05-02 11:03     ` Danh Doan [this message]
2020-05-02 11:52       ` Dmitry Kulikov
2020-05-02 16:21       ` Junio C Hamano
2020-05-02 12:02     ` Dmitry Kulikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200502110350.GA3143@danh.dev \
    --to=congdanhqx@gmail.com \
    --cc=dima@koulikoff.ru \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).