You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Byunghwa Yun (JIRA)" <ji...@apache.org> on 2016/03/02 02:13:18 UTC

[jira] [Created] (TAJO-2085) Add parseDateTime method with TimeZone in DateTimeFormat class

Byunghwa Yun created TAJO-2085:
----------------------------------

             Summary: Add parseDateTime method with TimeZone in DateTimeFormat class
                 Key: TAJO-2085
                 URL: https://issues.apache.org/jira/browse/TAJO-2085
             Project: Tajo
          Issue Type: Bug
          Components: Data Type
    Affects Versions: 0.11.2
            Reporter: Byunghwa Yun
            Assignee: Byunghwa Yun
            Priority: Critical
             Fix For: 0.12.0, 0.11.2


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)