I am running Oracle SQL Developer 4.0.0.13 (in French) and use the SQL History pane which is sometimes useful to retrieve unsaved queries and/or after a crash of the application (which happens quite a lot by the way).
One big problem though, the dates of execution - which I mostly use when looking for an old query are completely wrong.

As you can see :
- Dates (in an apparent
dd/mm/yyformat) are way in the future sometimes - The tooltip above the selected date seems to give the exact date (in
m/d/yformat)
I believe it is about date formatting and maybe the SQLHistory file in C:\Documents and Settings\\Application Data\SQL Developer\SqlHistory.xml, but I can't find any way to set this up.
Anyone has a workaround?