git_time

Time in a signature

extern (C) nothrow @nogc
struct git_time {}

Members

Variables

offset
int offset;

timezone offset, in minutes

sign
char sign;

indicator for questionable '-0000' offsets in signature

time
.git_time_t time;

time in seconds from epoch

Meta