Lines Matching full:datetime
274 if (!HasScandate && !ImageInfo.DateTime[0]){
570 if (!Exif2tm(&tm, ImageInfo.DateTime)){
590 printf("Could not convert %s to unix time",ImageInfo.DateTime);
1064 FileTimeAsString(ImageInfo.DateTime);
1067 memcpy(ImageInfo.DateTime, DateSet, DateSetChars);
1071 strcpy(TempBuf, ImageInfo.DateTime);
1076 if (!Exif2tm(&tm, ImageInfo.DateTime)) goto badtime;
1099 memcpy(ImageInfo.DateTime, TempBuf, 19);
1170 if (!Exif2tm(&tm, ImageInfo.DateTime)) goto badtime;
1199 printf("Error: Time '%s': cannot convert to Unix time\n",ImageInfo.DateTime);