mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Python parameter defaults are only evaluated once at the function definition site, not at each call site. So these defaults were incorrectly evaluating to the server’s startup time rather than the current time. Signed-off-by: Anders Kaseorg <anders@zulip.com>