Description
This request is similar to #51 but much narrower in scope, namely to expand a special scheduledTime
variable. Judging from the example given in #51, it seems the poster, @PhaedrusTheGreek, is also interested to expand time in the url. I speculate that scheduledTime
would be one of the most useful variables to expand.
scheduledTime
should be a long number representing milliseconds since epoch. I will be happy to work on a PR for this.
A more powerful and flexible solution would be to provide pre and post request hooks. Invoke the scripts with request
, scheduledTime
as bounded variables (as well as rufus scheduler job
object if my PR #58 is accepted ;)
I will also be happy to provide PR using this approach even though I just need scheduledTime for now.