bst on extended dump

This commit is contained in:
hummypkg 2011-06-05 22:28:30 +00:00 committed by HummyPkg
parent d3c3cbe94e
commit 6c22605b1b
1 changed files with 1 additions and 0 deletions

1
epg.c
View File

@ -94,6 +94,7 @@ dump_data(struct data *d)
DUMPINT(d, event_id);
tm = mjd(d->start_date, d->start_hour, d->start_min, d->start_sec);
bstise(&tm);
printf(" %30s: %#x %d:%02d:%02d (%s) [%ld]\n", "start_date",
d->start_date, d->start_hour, d->start_min, d->start_sec,
ctime_nl(&tm), tm);