Related to this post: Datetime: %s / Epoch Time / Unix Time
Great enhancements regarding date/time manipulation have been done in FME 2017.0, but I think there still is a room to improve the behavior of Date/Time type user parameter on Workbench.
1. Currently (FME 2017.0.0.1), a Date/Time type parameter edit field only accepts a datetime string formatted with %Y%m%d%H%M%S, and rejects decimal places of seconds and a timezone specifier (UTC offset). It would be better if the field could accept datetime representation formatted with
Standard FME Date/Time Format, which allows both decimal places and a timezone specifier optionally.

2. Even if you entered a datetime formatted with %Y%m%d%H%M%S successfully, it will appear with a local format in the Navigator window and the re-opened edit parameter dialog. The implicit formatting is also done when selecting a datetime from the date picker tool. It would be better if the datetime would always appear in the parameter field with
Standard FME Date/Time Format. No need to format it automatically with any local format.

3. A datetime parameter value without timezone specifier will be interpreted as a local time. It's OK, but it will be converted to a UTC datetime with timezone specifier implicitly when configuring the mapping file. I think it would be better if a datetime representation without timezone specifier would also be treated as a local time without timezone, as-is. In general, any implicit conversion could cause unnecessary confusion.

I submitted a support case C120294 about the 3rd issue 5+ months ago, and also raised other issues through the discuss about the case, but there wasn't any change for the FME 2017.0 release. What is the current status about the case?