xypp / flarum-localize-date-lib
时区配置和日期事件库
v1.0.1
2024-09-22 15:56 UTC
Requires
- flarum/core: ^1.2.0
This package is auto-updated.
Last update: 2024-09-22 15:57:21 UTC
README
这是一个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时触发。
不能保证事件将在确切的分钟或秒触发。