【发布时间】:2020-01-25 18:20:40
【问题描述】:
我正在尝试使用this answer 中演示的方法,将特定持续时间添加到我的 JSON 到 JSON 转换输入内容中的特定日期时间字段。但是,logic apps use dotliquid internally、the default config 其中使用.NET date format strings 而不是Ruby's。
我找不到 Ruby 的 %s 的可用 .NET 日期格式替代方案(返回自 Unix 纪元以来的秒数),这对the operation 至关重要。
【问题讨论】:
标签: .net liquid azure-logic-apps dotliquid