Home | History | Annotate | Download | only in genrb

Lines Matching refs:currTime

1020     time_t currTime;
1148 time(&currTime);
1149 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime));