Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/544#discussion_r67587884
--- Diff:
nifi-commons/nifi-utils/src/main/java/org/apache/nifi/util/FormatUtils.java ---
@@ -176,6 +177,12 @@ public static long getTimeDuration(final String value,
final TimeUnit desiredUni
case "days":
specifiedTimeUnit = TimeUnit.DAYS;
break;
+ case "w":
+ case "wk":
--- End diff --
If `wks` is added in the list above, it should be added as a case here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---