diff options
author | Ben Sima <ben@bsima.me> | 2021-01-25 11:39:35 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-25 11:39:35 -0500 |
commit | 865230ab4dc5f122831b4a3e6660377b5626867e (patch) | |
tree | 2cea11158a307f2845ed027c129f99171d28f4ec /lib | |
parent | 484db1a8cb6a224944c8f4ea9773ee35a3738d68 (diff) |
git: use local date in log
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index 84fe90f..ae55b2e 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -104,6 +104,7 @@ in composeencoding = "UTF-8"; annotate = "yes"; }; + log.date = "local"; }; }; |