LOCALIZEDDISPLAY of CURRENT_TIMESTAMP returns only the TIME
-----------------------------------------------------------
Key: DERBY-3194
URL: https://issues.apache.org/jira/browse/DERBY-3194
Project: Derby
Issue Type: Bug
Components: Localization, Tools
Affects Versions: 10.3.1.4
Reporter: Stan Bradbury
Priority: Trivial
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.