Hi, I have a piece of code under SugarPro/custom/clients/base/api/Tasks.php
$utcTime = new DateTime("now", new DateTimeZone("UTC"));
it work fine, however when I use the same code in another file SugarPro/custom/modules/Quotes/custom_classes/QuoteNotify…