veriteworks / m2-timezone
Timezone issue for catalog rules on Magento 2
Package info
github.com/Veriteworks/m2-timezone
Type:magento2-module
pkg:composer/veriteworks/m2-timezone
0.0.6
2024-03-01 10:17 UTC
Requires
- php: ~7.4.0||~8.1.0||~8.2.0
- lib-libxml: *
- magento/framework: *
- magento/module-backend: *
- magento/module-media-storage: *
- magento/module-store: *
This package is auto-updated.
Last update: 2026-03-01 00:29:45 UTC
README
Module Magento Timezone issue.
on catalog rule indexing time zone always set as UTC.
which creates problem with different timezone stores and their cron jobs.
This module assign the timezone depending on store local time. Store local time is determine from admin, or store config "general/locale/timezone".
After Indexing and updating from and to time, this module revert the timezone to Magento's default one.