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:
parent
a983d5243e
commit
1618385abb
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user