Revision 6971
Added by Aaron Marcuse-Kubitza about 12 years ago
bin/import_date | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
# Gets the date of an import based on its log files' mtimes |
3 |
# Note that this is the time the first special input *finished* importing. |
|
4 |
# The import itself generally starts a few minutes before that, and the exact |
|
5 |
# time is in that import's public schema comment. |
|
3 | 6 |
|
4 | 7 |
selfDir="$(dirname -- "$0")" |
5 | 8 |
|
Also available in: Unified diff
import_date: Added note that the time this outputs is the time the first special input finished importing. The import itself generally starts a few minutes before that, and the exact time is in that import's public schema comment.