Skip to content
Snippets Groups Projects
Commit 3ce46562 authored by Nick Lee's avatar Nick Lee
Browse files

make datetime format more specific

parent c2cc90c1
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ commit in the last push to master branch before a certain time.
* `--clone-dir CLONE_DIR`: Will clone the students' repositories into the folder `CLONE_DIR`. The default is `./group_name/`,
ie a folder with the same name as `group_name` in the current directory.
* `--revert-date REVERT_TO_DATE`: This option will checkout the last commit in the last push to the master branch
before `REVERT_TO_DATE`, which can be in various formats:
before `REVERT_TO_DATE`, which can be in one of these formats:
* 2016-05-30 15:10 (will use 00 seconds and current timezone on the computer running the script)
* 2016-05-30 15:10-0400
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment