Yeah, I changed the format in the property file:
# Timestamp format - this only affects CSV output files # legitimate values: none, ms, or a format suitable for SimpleDateFormat #jmeter.save.saveservice.timestamp_format=ms jmeter.save.saveservice.timestamp_format=MM/dd/yyyy HH:mm:ss.SSSS The problem could be the timezone, how I can check it or change it? Regards, Jose -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Lunes, 24 de Noviembre de 2008 06:00 p.m. To: JMeter Users List Subject: Re: Timestamp in CSV file 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] ################################################################################################################# 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]

