mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-08 18:16:30 +00:00
fmt
This commit is contained in:
@@ -32,5 +32,6 @@ public class DosDateTime
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => DateTime.ToString("yyyy-MM-dd HH:mm:ss", Constants.DefaultCultureInfo);
|
||||
public override string ToString() =>
|
||||
DateTime.ToString("yyyy-MM-dd HH:mm:ss", Constants.DefaultCultureInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user