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:45:18 UTC

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

     [ https://issues.apache.org/jira/browse/TAJO-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Byunghwa Yun resolved TAJO-2085.
--------------------------------
    Resolution: Won't Fix

It was to resolve useing DateTimeUtil.toUTCTimezone(tm, tz);
Thanks a lot.

> 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)