SCPN1-8483

(cherry picked from commit 8ee7527ba4e01017073183ec99a8db8b0fc625c0)
This commit is contained in:
Francis REAT 2025-03-19 10:52:07 +01:00
parent 9d99c0c65e
commit 4115d9ec5f

View File

@ -9,11 +9,6 @@
<#return dateutc?datetime.iso?iso_nz(locale)>
</#function>
<#function RfxDateTimetoUTCWithTimezone rfxdatetime timezone>
<#setting time_zone=timezone>
<#return (rfxdatetime?datetime.iso?iso_utc)>
</#function>
<#-- --------------------------------------------------------------------------------------- -->
<#-- Split email reflex into json array string -->
<#-- Example : splitemail "john.doe@hardis-group.com,; name@hardis-group.com" -->