29 Feb
2024
29 Feb
'24
9:35 a.m.
On Feb 28, 2024, at 1:47 PM, Stephen Medina <stephen@lilmail.xyz> wrote:
I noticed that the logintime module is not in v4. Is there a recommended way of replacing it or should it be moved to an "external" module, e.g. rest, python?
You can just check times directly. The unlang language now supports dates natively. if (%time('request') < (date) 'Aug 1 2023 01:02:03 UTC') { ... } Alan DeKok.