Fixed a bug where the last modiefied Date would be in UTC

This commit is contained in:
schnulller
2022-06-05 17:22:48 +02:00
parent c95059b2e8
commit 0d33dcd4e5
3 changed files with 13 additions and 10 deletions

View File

@@ -21,7 +21,6 @@ namespace HaDocument
private static ILibrary _library;
public static ILibrary Create(IHaDocumentOptions Settings) {
Console.WriteLine("PARSING");
SettingsValidator.Validate(Settings);
_settings = Settings;
_createReader();