Skip to content

time

Get the commit time (i.e. committer time) of a commit.

Signature

ts
class Commit {
  time(): Date;
}

Returns

  • Date

    Commit time of a commit.

Released under the MIT License.