github.com/LukasHeimann/cloudfoundrycli/v8@v8.4.4/integration/helpers/date.go (about)

     1  package helpers
     2  
     3  const (
     4  	ReadableDateTimeRegex = `\w{3} \d{1,2} \w{3} \d{2}:\d{2}:\d{2} \w{3,5} \d{4}`
     5  	TimestampRegex        = `\s+\d{4}-[01]\d-[0-3]\dT[0-2][0-9]:[0-5]\d:[0-5]\dZ`
     6  )