git_index_time

Time structure used in a git index entry

extern (C) nothrow @nogc
struct git_index_time {}

Members

Variables

nanoseconds
uint nanoseconds;

nsec should not be stored as time_t compatible

seconds
int seconds;
Undocumented in source.

Meta