You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Amina Dinari (Jira)" <ji...@apache.org> on 2020/11/13 08:59:00 UTC

[jira] [Resolved] (MINIFICPP-1330) Simplify ValueParser::StringToTime and add option to convert from microseconds

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

Amina Dinari resolved MINIFICPP-1330.
-------------------------------------
    Resolution: Fixed

https://github.com/apache/nifi-minifi-cpp/pull/934

> Simplify ValueParser::StringToTime and add option to convert from microseconds
> ------------------------------------------------------------------------------
>
>                 Key: MINIFICPP-1330
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1330
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Adam Hunyadi
>            Assignee: Amina Dinari
>            Priority: Trivial
>              Labels: MiNiFi-CPP-Hygiene, beginner, starter
>             Fix For: 1.0.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> *Background:*
> ValueParser::StringToTime has two lines checking for values in units of milliseconds, but none for microseconds.
> *Proposal:*
> Combine the two millisecond check lines and do an early conversion into nanoseconds to add time support for microseconds.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)