summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-25 11:39:35 -0500
committerBen Sima <ben@bsima.me>2021-01-25 11:39:35 -0500
commit865230ab4dc5f122831b4a3e6660377b5626867e (patch)
tree2cea11158a307f2845ed027c129f99171d28f4ec
parent484db1a8cb6a224944c8f4ea9773ee35a3738d68 (diff)
git: use local date in log
-rw-r--r--lib/common.nix1
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";
};
};