]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
%e isn't seconds since the epoch
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 23 Aug 2017 23:55:54 +0000 (00:55 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 23 Aug 2017 23:55:54 +0000 (00:55 +0100)
raddb/policy.d/time

index 7c9372b905c4e571a9f8afd9a7f33e2074e871fe..4fed49b0712e30405e87db2185d21180e375c33c 100644 (file)
@@ -1,12 +1,3 @@
-# Returns the time the request was received in ms
-#
-# Sets Tmp-Integer64-0 with the request started time
-time_request_ms {
-       update request {
-               Tmp-Integer64-0 := "%{expr:(%e*1000) + (%M/1000)}"
-       }
-}
-
 # Returns the current epoch time in ms
 #
 # Sets Tmp-Integer64-0 with the current epoch time in ms