Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: date/time format Date: Sat, 14 Apr 2012 00:27:07 +0200 Lines: 12 Message-ID: <9urnhnFqk0U1@mid.dfncis.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de nSGXj40wXe1ptl5BEd55NQdH0LlZaWGnGrOdMaCM8r3SaS1OLaBo07TKgo Cancel-Lock: sha1:2BZ77Fm8buIwOOuQF06QF3UnE+A= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:1042 On 13.04.2012 15:00, TonyG wrote: > I set the date/time format of the first field as > > set format x "%1m-%2d %01H:%02M:%06.3S" Close, but no cigar. That's an _output_ format, but you wanted to describe how to _input_ your data. You need set timefmt "%m-%d %H:%M:%S" instead (note that input formats don't take field widths or precisions).