Home | History | Annotate | Download | only in coders

Lines Matching defs:local_time

935     local_time;
995 (void) localtime_r(&seconds,&local_time);
997 (void) memcpy(&local_time,localtime(&seconds),sizeof(local_time));
1000 (void) strftime(timestamp,MagickPathExtent,"%Y:%m:%d:%H:%M:%S%Z",&local_time);
1098 (void) strftime(timestamp,MagickPathExtent,"%Y:%m:%d:%H:%M:%S%Z",&local_time);