Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0a4

Bug #6435 Date_Span resets Timezone
Submitted: 2006-01-07 11:29 UTC
From: lokari at gmx dot biz Assigned: pajoye
Status: Closed Package: Date
PHP Version: 5.1.1 OS: Linux (Debian 3.1)
Roadmaps: (Not assigned)    
Subscription  


 [2006-01-07 11:29 UTC] lokari at gmx dot biz
Description: ------------ When setting a timezone for a DATE-Object, timezone is correctly set. After Using Date_Span with this object, the timezone for the object is resettet to UTC and needs to be reset. Test script: --------------- $dateone->new Date(); $dateone->setTZbyID("UTC"); $dateone->convertTZbyID("Europe/Berlin"); $span = new Date_Span($dateone,$datetwo); print_r($dateone->tz)

Comments

 [2006-04-05 14:07 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-04-05 14:57 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-06-13 18:25 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!