Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Is it because your timezone is not correctly set on your server?</p> <p>Check this question and answer: <a href="https://stackoverflow.com/questions/2106525/java-incorrect-timezone">java incorrect timezone</a></p> <p>Check the timezone of your JVM in your dev server and on your production server.</p> <p>EDIT</p> <p>As many said: it SHOULD not come from that, still it is weird and your configuration seem pretty similar between your two servers (still: JVM are not the same). There should be a difference, so check JVM args and system variables and looking at timezones seem a first go for me.</p> <p>RE-EDIT:</p> <p>As David mentioned: it is a bug about saving time:</p> <p>Here is the link: <a href="http://www.coderanch.com/t/458357/java/java/AIX-Timezone-Java-showing-hour" rel="nofollow noreferrer">http://www.coderanch.com/t/458357/java/java/AIX-Timezone-Java-showing-hour</a></p> <p>And the link from IBM: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21250503" rel="nofollow noreferrer">http://www-01.ibm.com/support/docview.wss?uid=swg21250503</a></p> <p>I quote:</p> <blockquote> <p>In 2006, the meaning of the EST time zone identifier changed in the Olson database. Historically, EST referred to the American Eastern Standard Time and made adjustments for daylight saving time. Following the change, EST refers to Eastern Standard Time with no adjustment for daylight saving time. A new identifier EST5EDT was also introduced that had the same meaning as the original EST identifier. EST5EDT therefore refers to the American Eastern Standard Time and makes adjustments for daylight saving time.</p> <p>The best way to avoid these problems is to use long time zone identifiers like America/New_York.</p> <p>If you cannot change an application to use the long time zone identifiers, you can set the system property ibm.dst.compatibility or sun.timezone.ids.oldmapping to alter the interpretation of EST or MST.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload