<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p style="margin-top:0; margin-bottom:0">Hi,</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<p style="margin-top:0; margin-bottom:0">I have a URL that contains a Unix hex timestamp (something like <span>5ace8c5d)</span>. The timestamp should be within X minutes of now, and is used as part of an access control mechanism. I want to do something like
 this:</p>
<p style="margin-top:0; margin-bottom:0"></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
if (std.time(req.http.x-hextime, now) < now - 1w) {</div>
<div class="line-block" style="margin-top:0px; margin-bottom:0px; margin-left:1.5em; color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
<div class="line">...</div>
</div>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
}</div>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
<br>
</div>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
Is there an efficient way in VCL to either convert Hex to Dec so that this comparison can be done, or some other solution that does not involve changing the data in the URL.</div>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
<br>
</div>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
Thanks,</div>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
<br>
</div>
<div class="line" style="color:rgb(34,34,34); font-family:sans-serif; font-size:16px; text-align:justify">
Michael</div>
<p></p>
</div>
</body>
</html>