function testToUTCWithDayLightSaving()
 {
     $date = new lmbDateTime('2005-01-01 12:20:40', 'Europe/Moscow');
     $new_date = $date->toUTC();
     $this->assertEqual($new_date->toString(), '2005-01-01 09:20:40');
 }