veriteworks / m2-timezone
Timezone issue for catalog rules on Magento 2
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
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: 2024-10-30 11:50:22 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.