SCPN1-8401

This commit is contained in:
2025-02-27 17:56:12 +01:00
parent 58bcf838bd
commit 1dc77965ce
24 changed files with 34 additions and 29 deletions

View File

@@ -9,6 +9,11 @@
<#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" -->