xypp/flarum-localize-date-lib

时区配置和日期事件库

安装: 81

依赖项: 3

建议者: 0

安全: 0

星星: 1

关注者: 1

分支: 0

开放问题: 0

类型:flarum-extension

v1.0.1 2024-09-22 15:56 UTC

This package is auto-updated.

Last update: 2024-09-22 15:57:21 UTC


README

License Latest Stable Version Total Downloads

这是一个Flarum扩展。时区配置和日期事件库

安装

作为普通用户,您永远不需要手动安装此扩展。

开发

前端

时区将被序列化为论坛模型上的属性 xypp.localize-date.timezone

您可以使用我们的导出功能获取一些值

  • toServerTimezone
  • serverDateChangeAt

后端

使用IOC获取辅助器 CarbonZoneHelper

$newCarbonObj = $helper->z($carbonObj);//set timezone to the carbon object

$now = $helper->now();//get current time in target timezone

事件 DateChangeEvent 将每天在00:xx:xx时触发。

不能保证事件将在确切的分钟或秒触发。

链接