aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar http://svario.it/gioele <gioele@web>2016-03-28 09:58:25 +0000
committerGravatar admin <admin@branchable.com>2016-03-28 09:58:25 +0000
commit4df209a4de9e5ef277151ee16004264ad53d3b8c (patch)
tree330b16debb1bb014d154133756f0963ab9636a2f /doc/todo
parent6cc99f8acff7ee756a22089edd598df6a8677088 (diff)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/wishlist__58___Unix_time_in_git_annex_log.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/wishlist__58___Unix_time_in_git_annex_log.mdwn b/doc/todo/wishlist__58___Unix_time_in_git_annex_log.mdwn
new file mode 100644
index 000000000..706686f62
--- /dev/null
+++ b/doc/todo/wishlist__58___Unix_time_in_git_annex_log.mdwn
@@ -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
+```
+