LdapTools\AttributeConverter\ConvertWindowsGeneralizedTime::getTzOffsetForTimestamp PHP 메소드

getTzOffsetForTimestamp() 보호된 메소드

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