parse_timestamp and emacs.d bump.

This commit is contained in:
2014-11-23 03:29:17 -08:00
parent aac5301012
commit 04a5a735f8
3 changed files with 9 additions and 2 deletions

View File

@@ -276,3 +276,11 @@ function mu4e_directory {
echo "$(brew --prefix mu)/share/emacs/site-lisp/mu4e"
fi
}
function timestamp {
date +%s
}
function parse_timestamp {
date -d "@$1"
}