跳转到主要内容

occurrence_timestamp_in_utc

Description

让您处理重复事件时无需担心时区问题

occurrence_timestamp_in_utc: boolean

Example

scheduler.config.occurrence_timestamp_in_utc = true;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");

Default value: false

Details

注释

此属性需要激活recurring 扩展。

注释

注意!此选项适用于刚开始使用且尚无重复事件的调度器。 对于已有重复事件的调度器启用此选项可能会导致问题。

  • 启用后,事件时间戳将以UNIX时间保存。
  • 此选项自版本3.5起可用。
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.