vote up 0 vote down star

hello,

I am trying to setup cron jobs for a website hosted at hostmonster.com. At the time of configuring timestamp

when I use * * * * *

the script runs perfectly.

but whenever I made changes to these timstamps the script doesnot work

say if I use

30 18 * * *

script doesnot execute. This automated script insert data in the database.

Thnx in advance

flag

1 Answer

vote up 1 vote down

Your server time is probably different from your time. So, 18 might mean 6pm GMT, not 6pm in your timezone.

link|flag
I am setting time according to server time – ankit sachan Oct 22 at 13:51
Does it work if you replace 18 with *? That should run the script every half hour. – Mike B Oct 22 at 14:31
yes it works that way – ankit sachan Oct 23 at 4:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.