Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for formik (0.14 sec)

  1. internal/config/notify/parse.go

    		if cErr != nil {
    			return nil, cErr
    		}
    
    		mysqlArgs := target.MySQLArgs{
    			Enable:             enabled,
    			Format:             env.Get(formatEnv, kv.Get(target.MySQLFormat)),
    			DSN:                env.Get(dsnStringEnv, kv.Get(target.MySQLDSNString)),
    			Table:              env.Get(tableEnv, kv.Get(target.MySQLTable)),
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 46.4K bytes
    - Viewed (0)
  2. internal/amztime/parse.go

    		}
    	}
    	return time.Time{}, ErrMalformedDate
    }
    
    var httpTimeFormats = []string{
    	// Do not change this order, http time format dates
    	// are usually in http.TimeFormat however there are
    	// situations where for example aws-sdk-java doesn't
    	// send the correct format.
    	http.TimeFormat,
    	"Mon, 2 Jan 2006 15:04:05 GMT",
    }
    
    // ParseHeader parses http.TimeFormat with an acceptable
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 2.5K bytes
    - Viewed (0)
Back to top