GitHub user combineads opened a pull request:
https://github.com/apache/tajo/pull/970
[TAJO-2085] Add parseDateTime method with TimeZone in DateTimeFormat class
I added the UDF for my application like below.
TimeMeta tm = DateTimeFormat.parseDateTime(pastDateText, "YYYYMMDD");
DateTimeUtil.toUserTimezone(tm, timezone);
I expected to return the date to apply a time zone but It wasn't working.
So I hope to add parseDateTime method with TimeZone.
Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/combineads/tajo TAJO-2085
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/970.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #970
----
commit b6631087926145732e5c61b45c48089e8fc163ad
Author: Byunghwa Yun <[email protected]>
Date: 2016-03-02T01:34:02Z
TAJO-2085
Add parseDateTime method with TimeZone in DateTimeFormat class
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---