LdapTools\AttributeConverter\ConvertWindowsGeneralizedTime::getTzOffsetForTimestamp PHP Метод

getTzOffsetForTimestamp() защищенный Метод

protected getTzOffsetForTimestamp ( $tzOffset )
    protected function getTzOffsetForTimestamp($tzOffset)
    {
        return '.0' . parent::getTzOffsetForTimestamp($tzOffset);
    }
ConvertWindowsGeneralizedTime