github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/api/cloudcontroller/ccv3/internal/real_time.go (about)

     1  package internal
     2  
     3  import "time"
     4  
     5  type RealTime struct{}
     6  
     7  func (RealTime) Now() time.Time {
     8  	return time.Now()
     9  }