Post LTS 14.9 upgrade in Development region issues

Hi Everyone,

Our development environment has recently been upgraded to LTS 14.9. Since the upgrade, we are encountering multiple issues while testing our applications. One specific problem is that the Send Email functionality is no longer working.

We are receiving a warning indicating that the trigger contains an expression using the TEXTTODATETIME() function with an invalid input, stating that “NL” is not a valid time zone.

Could you please advise if any configuration or flag needs to be enabled either from the Admin page or on the backend after the LTS upgrade to resolve this issue?

Thanks in advance for your help.

Here you find the Knowledge Base article about working with Datetime Expressions:

Datetime expressions

And in the first section under “NOTE:” there is a link to a valid list of Timezones:
PHP: List of Supported Timezones - Manual

In your case I guess Europe/Amsterdam is what you need.

1 Like