Description
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.