Home | History | Annotate | Download | only in jhead

Lines Matching defs:ts

133     struct tm ts;
134 ts = *localtime(&ImageInfo.FileDateTime);
135 strftime(TimeStr, 20, "%Y:%m:%d %H:%M:%S", &ts);
1276 " -ts<time> Set the Exif internal time to <time>. <time> is in the format\n"
1577 }else if (!memcmp(arg,"-ts",3)){
1587 ErrFatal("-ts option must be followed by time in format yyyy:mmm:dd-hh:mm:ss\n"