您可以在发布到 Graph API 时为操作设置 start_time。
然后,您可以使用以下日期格式模板:
yyyy-MM-dd'T'HH:mm:ss-03
其中日期应该是 UTC,“-03”是生成事件的时区(在我的例子中是布宜诺斯艾利斯)。这样,Facebook 会将日期显示为用户当前的时区。
这是有关此的文档的一部分:
Represents a temporal value composed for a date (year, month and day) and an optional time component (hours, minutes).
Uses the ISO 8601 timestamp format, with the timezone defaulting to UTC. Expected format is YYYY-MM-DDThh:mm:ssZ, where Z is an offset from UTC to express a different time zone.
Also supports literals that conform to the following patterns:
%Y%m%dT%H%MZ
%Y%m%dT%H%M
%Y-%m-%dT%H:%MZ
%Y-%m-%dT%H:%M
%Y-%m-%d
%d-%m-%Y
%Y/%m/%d
%m/%d/%Y
%Y/%m/%dT%H:%MZ
%Y/%m/%dT%H:%M
在此处查看完整文档:https ://developers.facebook.com/docs/opengraph/creating-custom-stories#propertytypes