云日志服务 LTS-日期时间函数:dt_FR

时间:2025-01-24 10:06:48

dt_FR

dt_add函数中传递给weekday参数的值,用于表示特定星期五的偏移量。

  • 函数格式
    dt_FR(Integer_or_negative)
  • 参数说明

    参数名称

    参数类型

    是否必填

    说明

    Integer_or_negative

    Number

    传入偏移量。如果需要传入负数,请使用op_neg(positive) 。例如-1用op_neg(1)表示。

  • 返回结果

    返回偏移后的时间。

  • 函数示例
    • 测试数据
      {
       "time": "2023-06-17 02:03:04"
      }
    • 加工规则
      e_set("dt_FR",dt_add(v("time"),weekday=dt_FR(1)))
    • 加工结果
      time: 2023-06-17 02:03:04
      dt_FR: 2023-06-23 02:03:04
support.huaweicloud.com/usermanual-lts/lts_07_0154.html