History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FNL-77
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: John V. Sichi
Reporter: Julian Hyde
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Fennel

Fennel calc returns CURRENT_TIMESTAMP in UTC, should be local time

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


 Description  « Hide
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.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Julian Hyde - 03/Oct/08 08:28 PM
Although FNL-66 is 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.