
|
If you were logged in you would be able to see more operations.
|
|
|
Fennel
Created: 02/Oct/08 01:42 PM
Updated: 03/Oct/08 08:28 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Fennel calc returns CURRENT_TIMESTAMP in UTC. It should return result in local time, the same as LOCALTIMESTAMP.
Similarly CURRENT_TIME.
See SqlOperatorTest.testCurrentTimestampFunc.
When we have a TIMESTAMP WITH TIMEZONE, these functions will change again, returning timestamp/time with a timezone offset.
|
|
Description
|
Fennel calc returns CURRENT_TIMESTAMP in UTC. It should return result in local time, the same as LOCALTIMESTAMP.
Similarly CURRENT_TIME.
See SqlOperatorTest.testCurrentTimestampFunc.
When we have a TIMESTAMP WITH TIMEZONE, these functions will change again, returning timestamp/time with a timezone offset. |
Show » |
|
FNL-66is now resolved (in particular the 'Cinderella' issue and the 'node could not be implemented' issue), it lists some of the same issues as this bug. Check that all of those issues are resolved before closing this bug.