
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
19/Nov/07 06:26 PM
|
|
In IJ - LOCALIZEDDISPLAY ON causes VALUES CURRENT_TIMESTAMP to display on the TIME
ij> values current_timestamp;
1
--------------------------
2007-11-09 10:37:58.828
1 row selected
ij> localizeddisplay on;
ij> values current_timestamp;
1
---------------
10:38:10 AM PST
1 row selected
|
|
Description
|
In IJ - LOCALIZEDDISPLAY ON causes VALUES CURRENT_TIMESTAMP to display on the TIME
ij> values current_timestamp;
1
--------------------------
2007-11-09 10:37:58.828
1 row selected
ij> localizeddisplay on;
ij> values current_timestamp;
1
---------------
10:38:10 AM PST
1 row selected |
Show » |
|
The problem is that LocalizedResource#getTimestampAsString uses a time rather than a timestamp formatter.
Running regression tests.