[pve-devel] pve-firewall : logstash tests

Dietmar Maurer dietmar at proxmox.com
Mon Mar 24 09:17:06 CET 2014


> +		if (pp_is_valid(inp, opi->usec_idx)) {
> +			snprintf(timestr, MAX_LOCAL_TIME_STRING,
> +					"%04d-%02d-
> %02dT%02d:%02d:%02d.%06u",
> +					t->tm_year + 1900, t->tm_mon + 1,
> +					t->tm_mday, t->tm_hour,
> +					t->tm_min, t->tm_sec,
> +					ikey_get_u32(&inp[opi->usec_idx]));
> +		} else {
> +
> 
> 
> do you think it's possible to add such option ?

we can use that format if you want (just send d a patch).




More information about the pve-devel mailing list