arthur.wiebe
Let integrity and uprightness preserve me; for I wait on thee. – Psalms 25:21
-
ACal 3.0 – Some more work
Posted on October 5th, 2005 No commentsToday I worked on ACal a little. The trunk now includes ie7 0.9.0 and the source now conforms to PHP strict standards.
But a major problem is that now my time zone code does not work at all. It seems to be all messed up with PHP 5.1 which has it’s own time zone support.So I have a question. What should I do?
[Update]
Problem solved. How? I added a check so that if the PHP version is less than 5.1.0 it will use the old date class. But if the PHP version is 5.1.0 or greater it will use PHP’s new builtin time zone features.
This is done using a seperate class for each method. It works great too!Uncategorized UncategorizedLeave a reply


