parseDate works in service but does not work in subscription
The parseDate function works when I run it in a service for testing purposes, but it does not work when I try to use it in a subscription that calls a service that uses the parseDate function.
Please see below:
Working example: Converts PST time to JST time
Not working: Service called by subscription
Error: "Invalid format"
For reference:
https://www.ptc.com/en/support/article/CS219448
https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html

