code.gitea.io/gitea@v1.19.3/modules/git/signature.go (about)

     1  // Copyright 2015 The Gogs Authors. All rights reserved.
     2  // Copyright 2019 The Gitea Authors. All rights reserved.
     3  // SPDX-License-Identifier: MIT
     4  
     5  package git
     6  
     7  const (
     8  	// GitTimeLayout is the (default) time layout used by git.
     9  	GitTimeLayout = "Mon Jan _2 15:04:05 2006 -0700"
    10  )