This commit is contained in:
parent
7fc51f338c
commit
891fdf7eaa
1 changed files with 14 additions and 0 deletions
14
doc/todo/wishlist__58___Unix_time_in_git_annex_log.mdwn
Normal file
14
doc/todo/wishlist__58___Unix_time_in_git_annex_log.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
|||
Could `git annex log` show the modification times using the Unix time instead of human-readable timestamps?
|
||||
|
||||
This is an example of the output of `git annex log`:
|
||||
|
||||
```
|
||||
+ 2014-10-27 01:00:18 ev-2014.pdf | 50083bd6-7e20-4356-a32f-a1dde07de441 -- penn
|
||||
```
|
||||
|
||||
If the timestamp were in Unix time, it would be easier to process in a mechanical way. Unix time would also avoid having to guess what is the correct timezone for the timestamp.
|
||||
|
||||
```
|
||||
+ 1414368018 ev-2014.pdf | 50083bd6-7e20-4356-a32f-a1dde07de441 -- penn
|
||||
```
|
||||
|
Loading…
Add table
Reference in a new issue