diff --git a/package.xml b/package.xml
index 9a895c5..efe896e 100644
--- a/package.xml
+++ b/package.xml
@@ -16,8 +16,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
yes
- 2010-12-31
- 0.1.10.1.1
+ 2012-07-06
+ 0.1.30.1.3
betabeta
PHP
diff --git a/tests/object_method_call.diff b/tests/object_method_call.diff
index 1df9d03..c9a29c3 100644
--- a/tests/object_method_call.diff
+++ b/tests/object_method_call.diff
@@ -1,4 +1,4 @@
-037+ Mon Sep 08 1975 09:00:00 GMT+0000 (UTC)
+037+ Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
037- Mon Sep 08 1975 09:00:00 GMT+0200 (EET)
-046+ string(6) "+00:00"
+046+ string(6) "-07:00"
046- string(6) "+02:00"
\ No newline at end of file
diff --git a/tests/object_method_call.log b/tests/object_method_call.log
index eceaa23..22c6a63 100644
--- a/tests/object_method_call.log
+++ b/tests/object_method_call.log
@@ -122,7 +122,7 @@ array(4) {
TEST: Javascript Date -> PHP DateTime
======================================
-Mon Sep 08 1975 09:00:00 GMT+0000 (UTC)
+Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
array(2) {
[0]=>
object(DateTime)#4 (3) {
@@ -131,7 +131,7 @@ array(2) {
["timezone_type"]=>
int(1)
["timezone"]=>
- string(6) "+00:00"
+ string(6) "-07:00"
}
[1]=>
string(3) "foo"
diff --git a/tests/object_method_call.out b/tests/object_method_call.out
index bd8b249..c9a794a 100644
--- a/tests/object_method_call.out
+++ b/tests/object_method_call.out
@@ -34,7 +34,7 @@ array(4) {
TEST: Javascript Date -> PHP DateTime
======================================
-Mon Sep 08 1975 09:00:00 GMT+0000 (UTC)
+Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
array(2) {
[0]=>
object(DateTime)#4 (3) {
@@ -43,7 +43,7 @@ array(2) {
["timezone_type"]=>
int(1)
["timezone"]=>
- string(6) "+00:00"
+ string(6) "-07:00"
}
[1]=>
string(3) "foo"
diff --git a/tests/return_value.diff b/tests/return_value.diff
index 6e2dd19..020c796 100644
--- a/tests/return_value.diff
+++ b/tests/return_value.diff
@@ -1,2 +1,2 @@
-035+ string(6) "+00:00"
+035+ string(6) "-07:00"
035- string(6) "+02:00"
\ No newline at end of file
diff --git a/tests/return_value.log b/tests/return_value.log
index cba6044..7fe13c6 100644
--- a/tests/return_value.log
+++ b/tests/return_value.log
@@ -77,7 +77,7 @@ object(DateTime)#3 (3) {
["timezone_type"]=>
int(1)
["timezone"]=>
- string(6) "+00:00"
+ string(6) "-07:00"
}
int(1234567890)
float(123.456789)
diff --git a/tests/return_value.out b/tests/return_value.out
index e34a7f7..8ca7b75 100644
--- a/tests/return_value.out
+++ b/tests/return_value.out
@@ -32,7 +32,7 @@ object(DateTime)#3 (3) {
["timezone_type"]=>
int(1)
["timezone"]=>
- string(6) "+00:00"
+ string(6) "-07:00"
}
int(1234567890)
float(123.456789)