-
-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement set last write and access time (#1194)
- Loading branch information
1 parent
cd1151d
commit 5803ada
Showing
2 changed files
with
140 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If I'm not mistaken, this does not assert the Kind of the specified DateTime.
Please add separate asserts for this, or introduce a DateTimeAssert class with an AreEqual method that does this and the regular Assert.AreEqual.