Skip to content

CDA-116: Irregular Level-as-time-series retrieval#185

Draft
zack-rma wants to merge 17 commits into
HydrologicEngineeringCenter:mainfrom
zack-rma:feature/irregular-level-as-ts
Draft

CDA-116: Irregular Level-as-time-series retrieval#185
zack-rma wants to merge 17 commits into
HydrologicEngineeringCenter:mainfrom
zack-rma:feature/irregular-level-as-ts

Conversation

@zack-rma

Copy link
Copy Markdown
Contributor

Contributes to USACE/cwms-data-api#1694

Comment thread schema/src/cwms/cwms_level_pkg_body.sql Outdated
l_level_values := l_level_values_interp;
if p_timezone_id != 'UTC' then
for i in 1..l_level_values.count loop
l_level_values(i).date_time := cwms_util.CHANGE_TIMEZONE(l_level_values(i).date_time, 'UTC', p_timezone_id);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really should only return UTC.

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

Successfully merging this pull request may close these issues.

2 participants