This is the current decay function which i am trying to convert this to script_score decay function. What is the equivalent of "now" which i can use in script_score
"functions": [
{
"linear": {
"date": {
"origin": "now",
"offset": "60d",
"scale": "3590d",
"decay": 0.5
}
}
}]