@ -59,7 +59,7 @@ static void example_nettime_info_received(struct ofono_nettime_context *context,
info->year, info->mon, info->mday, info->hour,
info->min, info->sec, info->utcoff > 0 ? '+' : '-',
info->utcoff / 3600, (info->utcoff % 3600) / 60,
info->dst / 3600);
info->dst);
}
static struct ofono_nettime_driver example_driver = {