Ding

Results 17 comments of Ding

The least we can do is to have a section in the document on how to handle timezone(Daylight savings)?

What I ended up doing is something like: ``` date_default_timezone_set('target_tz'); $cronExpression = CronExpression::factory( '0 6 * * *' ); $result = $cronExpression->getPreviousRunDate()->format('Y-m-d H:i:s'); date_default_timezone_set('UTC'); ``` This way, I get desired...

@lolmaus my opinion: The [official doc's recommendation](https://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md) is not commit dependencies. [In this case](https://github.com/uzyn/cakephp-composer/issues/6#issuecomment-13109502) cakephp-composer is already committed to the repo. So ignoring the rest is ignoring the dependencies only....

Do you mind sharing how you did that? --> `Ok I just saw that I can already pass delayMs to apolloLinkOptions!`

@vedmant @adadgio thank you all for the hands-up. a PR is always welcome. :)

It seems like server is not behaving correctly. So it throws 500 error. Can you look into that area?

I think your point is valid. a PR is always welcomed. :)

You can add `&& echo "done"` in your command to signal the finishing of your script.

@ZherebcovSergey have you tested out? is this library working with GA4?