Hello Seiji-san, On 02/01/13 15:53, Seiji Aguchi wrote:
> A logic calculating a time is copied from libvirt, src/util/virtime.c. > +static void error_print_timestamp(void) Are gmtime() + strftime() unsuitable for some reason? Also, since the timestamp is ultimately printed with millisecond resolution, clock_gettime(CLOCK_REALTIME) could be replaced with the more portable gettimeofday(). Thanks, Laszlo