Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-2085

Add parseDateTime method with TimeZone in DateTimeFormat class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Won't Fix
    • 0.11.2
    • 0.12.0, 0.11.2
    • Data Type
    • None

    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.

      Attachments

        Activity

          People

            combine Byunghwa Yun
            combine Byunghwa Yun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: