My pleasure. ;) Regards, Pierre-Arnaud On Thu, Mar 12, 2009 at 9:36 PM, Stefan Seelmann <[email protected]>wrote:
> [email protected] wrote: > > if ( timeZoneFormat == TimeZoneFormat.DIFF_HOUR_MINUTE || > timeZoneFormat == TimeZoneFormat.Z ) > > { > > - if ( hour < 10 ) > > + if ( minute < 10 ) > > Thanks for fixing this. > > Regards, > Stefan > >
