That's right. It seems to work for me: Just use 8 or -8, not + 8. Oh you can even do: -2.5 if you want to be interesting.
localTime: 8 Cheers, Dan P.S. Actually +8 actually works. In fact it seems pretty bullet proof for bad values. Guess php takes care of all that for us in this case. Interesting. On Wed, Feb 25, 2009 at 9:49 AM, Linly <[email protected]> wrote: > > Great. Is the "localTime: +2 or -5" should be set in "site.cohfig"? > > linly > > > On Feb 25, 10:17 pm, The Editor <[email protected]> wrote: >> I just changed line 158 of engine.php to this: >> >> $BOLTvar['$now'] = time() + BOLTconfig('BOLTlocalTime', 0) * 3600; >> >> Now you can put localTime: +2 or -5 to get a different system time. >> >> Not sure if there will be any complications, but likely not... >> >> Cheers, >> Dan >> >> P.S. Actually there are quite a few places where time() is used. I >> should rework all of them to use some $BOLTtime variable... Keep >> everything consistent. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
