Hi Lee, > There's actually built in PHP functionality for this > :http://uk2.php.net/manual/en/class.datetimezone.php
thanks for the link. The question for me is not so much how to actually perform the timezone transformations, but rather how to tie in with the existing symfony framework. For example the sfDateFormat class provides locale- aware formatting of dates and times, but does not support timezones. In my opinion this is a major deficiency in this class, and I'm surprised that not more people have encountered this problem. The alternative to fixing sfDateFormat and the DateHelper.php functions would be just to abandon them entirely and use something else for formatting dates in a locale-sensitive way .. but that seems to defeat the point of using a framework. What do you think? David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
