Home | History | Annotate | Download | only in genrb

Lines Matching full:timebuf

1030     char timeBuf[128];
1158 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime));
1159 write_utf8_file(out, UnicodeString(timeBuf));