Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time zone inconsistency timers #74

Closed
tomvdduin opened this issue Aug 12, 2014 · 1 comment
Closed

time zone inconsistency timers #74

tomvdduin opened this issue Aug 12, 2014 · 1 comment

Comments

@tomvdduin
Copy link

the type ts_array is a table of timestamp. But the procedures time_start and time_stop uses systimestamp; that has a time zone specified. I am at GMT+2, and regularly have something like this in the logger table:
START: test
STOP : test- 01:59:59.969

So the ts_array shold be defined by timestamp with time zone or you should use localtimestamp instead of systimestamp

@martindsouza
Copy link
Collaborator

This issue was moved to OraOpenSource#75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants