From: Matthew Newton Date: Wed, 23 Aug 2017 23:55:54 +0000 (+0100) Subject: %e isn't seconds since the epoch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d16cec587d2cf15a68b6fa98510bf7bc8f02453;p=thirdparty%2Ffreeradius-server.git %e isn't seconds since the epoch --- diff --git a/raddb/policy.d/time b/raddb/policy.d/time index 7c9372b905c..4fed49b0712 100644 --- a/raddb/policy.d/time +++ b/raddb/policy.d/time @@ -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