1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-01 13:17:58 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-10-02 13:40:20 +03:00
parent a983d5243e
commit 1618385abb
3 changed files with 4815 additions and 4815 deletions

File diff suppressed because it is too large Load Diff

View File

@ -809,10 +809,10 @@ Function ConvertDate(Val Date)
DateStructure = New Structure;
If Date = BegOfDay(Date) Then
If Date = BegOfDay(Date) Then
DateFormat = "DF=yyyy-MM-dd";
Else
DateFormat = "ISO8601Datetime";
DateFormat = "DF=yyyy-MM-ddThh:mm:ssZ";
EndIf;
Date = Format(Date, DateFormat);

View File

@ -809,10 +809,10 @@ Function ConvertDate(Val Date)
DateStructure = New Structure;
If Date = BegOfDay(Date) Then
If Date = BegOfDay(Date) Then
DateFormat = "DF=yyyy-MM-dd";
Else
DateFormat = "ISO8601Datetime";
DateFormat = "DF=yyyy-MM-ddThh:mm:ssZ";
EndIf;
Date = Format(Date, DateFormat);