This file contains hidden or 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
| // Following on from: http://stackoverflow.com/q/7661953/235644 | |
| // | |
| // Observations: | |
| // Should consider using UTC for better globalization support | |
| // | |
| // Usage: | |
| DateTimeExtensions.SetNowFunction(() => date1); | |
| /// <summary> | |
| /// Allow custom generation of Now times. |
NewerOlder