|
From: Daniel J S. <dan...@ie...> - 2006-10-10 18:03:51
|
Nibbler wrote: > I have tried to do like this, > set xdata time > set format x "%Y/%m/%d/%H:%M" > set timefmt "%Y/%m/%d/%H:%M:%S" Think in terms of the C scanf() function, I guess. Maybe try: set timefmt "%Y-%m-%d %H:%M:%S" where the dash and white space match exactly what you have in the file. Dan |