Problem/Motivation
In the FormatDate process plugin implementation the source format and destination format use the same timezone which comes from the settings, but we could have case when we need different timezone for destination format, for instance we have date in America/Denver timezone but we need to convert it to UTC.
Proposed resolution
- Add new option
from_timezone
, and rename existing timezone parameter toto_timezone
. - Throw exeption if timezone incorrect
- Write test coverage
Remaining tasks
User interface changes
API changes
Different exceptions.