FriendsOfShopware / shopware-cli

CLI for Shopware Account and Shopware 6
MIT License
81 stars 31 forks source link

fix: incorrect zip timestamp #367

Closed mstegmeyer closed 3 months ago

mstegmeyer commented 3 months ago

The timestamp of the built zip file was always 01.01.1980, 0:00, which may lead to opcache issues, because it caches also based on timestamps. Now current time is taken.