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)

Reply via email to