You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/12/19 12:20:22 UTC

[Bug 63018] When there is a time field in the query result, the time is automatically increased by 13 hours

https://bz.apache.org/bugzilla/show_bug.cgi?id=63018

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Status|NEW                         |NEEDINFO
                 OS|                            |All
           Severity|blocker                     |normal

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
What is the database you're using ?
What is its timezone ?
What is the type of field you store time in ?


You might want to read this:

https://blog.jooq.org/2015/06/30/whats-even-harder-than-dates-and-timezones-dates-and-timezones-in-sql-jdbc/

I don't think there is any issue with JMeter here, possibilities are:

- wrong type to store time, dropping timezone information
- timezone mismatch between jmeter machine/jvm and database server

-- 
You are receiving this mail because:
You are the assignee for the bug.