Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix datetime formatting on windows (issue jbalogh#23) by replacing %e…
… with %d, this is the least complicated method of doing things but will cause inconsistent behavior across systems. Anyone has another suggestion?
- Loading branch information