[
https://issues.apache.org/jira/browse/PHOENIX-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-983.
----------------------------------
Resolution: Fixed
Fix Version/s: 4.1
3.1
5.0.0
Pushed to 3.0, 4.0, and master branches
> Add a function for getting the GMT offset for a given timezone and time
> -----------------------------------------------------------------------
>
> Key: PHOENIX-983
> URL: https://issues.apache.org/jira/browse/PHOENIX-983
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Gabriel Reid
> Fix For: 5.0.0, 3.1, 4.1
>
> Attachments: PHOENIX-983.patch
>
>
> Based on pull request: https://github.com/apache/incubator-phoenix/pull/26
> Function for get offset (shift) of timezone at particular datetime. Example
> use case: let's say you have stored some data in some offset and want to
> query like this:
> {code}
> SELECT * FROM table
> WHERE offset = TIMEZONE_OFFSET('Indian/Cocos', TO_DATE('2014-02-01
> 00:00:00'))
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)