registrar

Files related to my duties as Registrar of Agora Nomic
git clone git://juanmeleiro.mat.br/registrar
Log | Files | Refs | README

commit efebf5f804a037447e1f6796fc7e850b29113f0f
parent 9d97258cb99a42779331af34707eccecd97f233b
Author: Juan F. Meleiro <juan@juanmeleiro.mat.br>
Date:   Wed,  8 Jan 2025 13:54:41 -0300

Add zone information to events in reports

Diffstat:
Mlib/utils.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/utils.lua b/lib/utils.lua @@ -106,7 +106,7 @@ function format_event(e) } die(not formats[e.what], string.format("No format for '%s'", e.what)) return string.format("* %s %s\n", - os.date("%Y-%m-%d %H:%M", e.when), + os.date("%Y-%m-%d %H:%M %z", e.when), format(formats[e.what], e) ) end