Re: [SMW-devel] SMW_DV_Time.php Time Zone Symbol Support

2009-07-30 Thread Markus Krötzsch
Temlakos, I am travelling with infrequent email access, so I only now have a mail to send. First of all, thanks a lot for your terrific efforts! International timezones and am/pm are very useful. Calendar models are also great, my only concern being that it is sufficiently clear for the user wh

[SMW-devel] SMW_DV_Time.php Time Zone Symbol Support

2009-07-27 Thread Temlakos
Everyone: All right, I have my array, my regex, and an adaptation of a filtered-value handler. I'd like everyone to examine this code: static private $m_tz = array("A" => 1, "ACDT" => 10.5, "ACST" => 9.5, "ADT" => -3, "AEDT" => 11, "AEST" => 10, "AKDT" => -8, "AKST" => -9, "AST" => -4, "AWD

[SMW-devel] SMW_DV_Time.php: Time Zone Symbol Support

2009-07-27 Thread Temlakos
Everyone: I'd like to invite you all to examine this code: static private $m_tz = array("A" => 1, "ACDT" => 10.5, "ACST" => 9.5, "ADT" => -3, "AEDT" => 11, "AEST" => 10, "AKDT" => -8, "AKST" => -9, "AST" => -4, "AWDT" => 9, "AWST" => 8, "B" => 2, "BST" => 1, "C" => 3, "CDT"