
Todd
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Todd-
Todd commented,
Hi JD, Thanks for the feedback! I've created an internal feature request for this. Cheers, Todd | Fastly Support
-
Todd commented,
Official comment Hi Nik, Here's an example: declare local var.hour_start INTEGER; set var.hour_start = std.atoi(strftime({"%H"}, time.start)); if (var.hour_start >= 8 && var.hour_start < 17) { log "business hour...