You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Martin Zink (Jira)" <ji...@apache.org> on 2021/11/19 14:56:00 UTC

[jira] [Created] (MINIFICPP-1688) ValueParse StringToTime should use std::chrono

Martin Zink created MINIFICPP-1688:
--------------------------------------

             Summary: ValueParse StringToTime should use std::chrono
                 Key: MINIFICPP-1688
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1688
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Martin Zink


Currently we use custom classes like _core::TimeUnit_ to parse user inputted time duration.

We should instead create std::chrono::durations from the user inputs.
(and possible replace the various integer class members which contains time duration to std::chrono aswell)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)