]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update docs
authorAlan T. DeKok <aland@freeradius.org>
Fri, 1 Jul 2022 12:47:05 +0000 (08:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 2 Jul 2022 15:18:57 +0000 (11:18 -0400)
raddb/mods-available/date

index 8cc67ede6b010e0fee4ec7c19f8e811785ceb660..ee5fbe190f008eebfd0294427d6822abdddaac2c 100644 (file)
@@ -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.