示例#1
0
 public function testItCanBeBoxedWithCustomTimeZone()
 {
     $boxed = UTCDateTime::fromStringAndTimezone('2015-06-21T16:38:00', new DateTimeZone('Europe/Rome'));
     $this->assertEquals(UTCDateTime::box('2015-06-21T14:38:00'), $boxed);
 }