Skip to content

Commit

Permalink
Update EDILibrary/EdifactFormatVersion.cs
Browse files Browse the repository at this point in the history
Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
  • Loading branch information
hf-fvesely and hf-kklein authored Jul 28, 2023
1 parent 6c59560 commit 6d8adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDILibrary/EdifactFormatVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public class EdifactFormatVersionHelper : IEdifactFormatVersionProvider
/// <summary>
/// validity date of <see cref="EdifactFormatVersion.FV2310"/>
/// </summary>
private static readonly DateTime KeyDate2310 = new(2023, 09, 30, 23, 0, 0, DateTimeKind.Utc);
private static readonly DateTime KeyDate2310 = new(2023, 09, 30, 22, 0, 0, DateTimeKind.Utc);


public EdifactFormatVersion GetFormatVersion(DateTimeOffset keydate)
Expand Down

0 comments on commit 6d8adb6

Please sign in to comment.