From: Alan T. DeKok Date: Fri, 1 Jul 2022 12:47:05 +0000 (-0400) Subject: update docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeee43849b66a700ec9884a686621cd568ab199f;p=thirdparty%2Ffreeradius-server.git update docs --- diff --git a/raddb/mods-available/date b/raddb/mods-available/date index 8cc67ede6b0..ee5fbe190f0 100644 --- a/raddb/mods-available/date +++ b/raddb/mods-available/date @@ -69,7 +69,9 @@ date date_iso { # # If the argument to `%{date:...}` is an attribute of `date` or # `integer` type, the date used will be the time given by the -# relevant attribute. +# relevant attribute. If the attributes is of type `string`, the +# string will be parsed according to the `format` configuration, +# and a Unix date will be returned, as integer seconds since the epoch. # # For example, `%{date:&Event-Timestamp}` will use the date from the # `Event-Timestamp` attribute as the source of the date for printing.