summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__58___Unix_time_in_git_annex_log.mdwn
blob: 27540c088589e6f05547d0d5aaa5f9a36603a598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```

> [[done]] --[[Joey]]