Closed Olivier-Vromans closed 5 months ago
It is already possible to do so with the php command line:
php -d date.timezone=UTC gdpr-dump.phar mydb.yaml
Ooh great thanx, this works. I was also wondering if there is a place to ask questions about the config file?
Is your feature request related to a problem? Please describe. When I dump my database I like to have it use the current time but when I do it isn't in my timezone.
Describe the solution you'd like I would appreciate it when there is an option within the dump setting in the config file, that allows you to change the timezone in date of the filename. I have now hardcoded this line in
src/Config/Compiler/Processor/DumpOutputProcessor.php
. and than compiled it again and that works fineDescribe alternatives you've considered It can also be an hardcoded time zone that is possible to change when you compile it on your own, how I did it.