Generated migration file timestamp not in TZ

Hi,
I have a slight issue with the timestamp value in migration file name. It seems to ignore the timeZone setting in console config.

Any known workaround or solution to this problem?

As an aside I could not find a place to check where the migrate component config options are documented to see if the same can be passed there as a value.

FYI, I am generating this from existing DB using bizley/yii2-migration however I think the same issue is evident in normal ./yii migrate/create

Yii is using gmdate() for that. I’m using time() which is basically the same source. I did not consider the date here to be problematic, maybe I should add the timezone conversion in my package…

Yes please, do consider making this change if possible. Thanks for this very handy extension.