I have a subscription for a single user, which I am then sending to a mailing list. It's all working fine, and it is compiling at around 10:15 am EST. I would like it to compile about 3 hours earlier, around 7 am EST. The current value for LastSent in the subscriptions_user table for that uid is 1250518586.
Can anyone help me decipher and alter the time so that the digest will compile a little earlier in the day? Thanks.
Comments
Comment #1
salvisThe value is seconds since an arbitrary date. You'll want to subtract 3*3600.