On 24/11/2008, Jose Pablo Sarco <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I ran Jmter 2.3.2 on XP and when I looked into the CSV file created by > Jmeter I have the timestamp = "11/24/2008 14:01:02.0847", when I ran the > test on "11/24/2008 17:01:02.0847". >
The default timestamp is in milliseconds, so you must have changed the property: jmeter.save.saveservice.timestamp_format which is processed by SimpleDateFormat. You have probably got the timezone set up incorrectly. > > Somebody has an idea about how the timestamp is set? > > > > > > Regards, > > > > Jose > > > > ################################################################################################################# > Este documento puede incluir información confidencial y propiedad de Neoris > y deberá ser leído solamente por la > o las personas a quienes está dirigido. Si usted ha recibido este mensaje > por error, por favor avise > inmediatamente al remitente contestando y eliminando este correo. Cualquier > punto de vista u opiniones expresadas > en este mensaje son del remitente y no necesariamente coinciden con aquellas > de Neoris. Este documento no deberá > ser reproducido, copiado, distribuido, publicado, ni modificado por terceros > sin la autorización por escrito de Neoris. > > Este mensaje ha sido verificado contra virus. Visítenos en www.neoris.com. > > ################################################################################################################# > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

