Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for tz (0.03 sec)

  1. tests/docker-compose.yml

      postgres:
        image: 'postgres:latest'
        ports:
          - "9920:5432"
        environment:
          - TZ=Asia/Shanghai
          - POSTGRES_DB=gorm
          - POSTGRES_USER=gorm
          - POSTGRES_PASSWORD=gorm
      mssql:
        image: '${MSSQL_IMAGE:-mcmoe/mssqldocker}:latest'
        ports:
          - "9930:1433"
        environment:
          - TZ=Asia/Shanghai
          - ACCEPT_EULA=Y
          - SA_PASSWORD=LoremIpsum86
          - MSSQL_DB=gorm
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 08:28:46 UTC 2024
    - 862 bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/runtimeshaded/RuntimeShadedJarCreatorTest.groovy

                    'org/gradle/reporting/report.js',
                    'org/joda/',
                    'org/joda/time/',
                    'org/joda/time/tz/',
                    'org/joda/time/tz/data/',
                    'org/joda/time/tz/data/Africa/',
                    'org/joda/time/tz/data/Africa/Abidjan',
                    'org/gradle/MyAClass.class',
                    'org/gradle/MyBClass.class',
                    'org/gradle/MyFirstClass.class',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:49 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  3. src/time/zoneinfo.go

    var utcLoc = Location{name: "UTC"}
    
    // Local represents the system's local time zone.
    // On Unix systems, Local consults the TZ environment
    // variable to find the time zone to use. No TZ means
    // use the system default /etc/localtime.
    // TZ="" means use UTC.
    // TZ="foo" means use file foo in the system timezone directory.
    var Local *Location = &localLoc
    
    // localLoc is separate so that initLocal can initialize
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:30 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    		updateErr string
    	}{
    		"update removing TZ should work": {
    			cronJob:   invalidCronJob,
    			createErr: "cannot use TZ or CRON_TZ in schedule",
    			update: func(cj *batch.CronJob) {
    				cj.Spec.Schedule = validSchedule
    			},
    		},
    		"update not modifying TZ should work": {
    			cronJob:   invalidCronJob,
    			createErr: "cannot use TZ or CRON_TZ in schedule, use timeZone field instead",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. src/time/format_test.go

    			name2, offset2 := t2.Zone()
    			return t1.Equal(t2) && name1 == name2 && offset1 == offset2
    		}
    
    		for _, tz := range []*Location{UTC, Local} {
    			// Parsing as RFC3339 or RFC3339Nano should be identical.
    			t1, err1 := ParseAny(RFC3339, s, UTC, tz)
    			t2, err2 := ParseAny(RFC3339Nano, s, UTC, tz)
    			switch {
    			case (err1 == nil) != (err2 == nil):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  6. pkg/apis/batch/validation/validation.go

    	}
    	switch {
    	case allowTZInSchedule && strings.Contains(schedule, "TZ") && timeZone != nil:
    		allErrs = append(allErrs, field.Invalid(fldPath, schedule, "cannot use both timeZone field and TZ or CRON_TZ in schedule"))
    	case !allowTZInSchedule && strings.Contains(schedule, "TZ"):
    		allErrs = append(allErrs, field.Invalid(fldPath, schedule, "cannot use TZ or CRON_TZ in schedule, use timeZone field instead"))
    	}
    
    	return allErrs
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  7. .github/workflows/tests.yml

        services:
          postgres:
            image: ${{ matrix.dbversion }}
            env:
              POSTGRES_PASSWORD: gorm
              POSTGRES_USER: gorm
              POSTGRES_DB: gorm
              TZ: Asia/Shanghai
            ports:
              - 9920:5432
            # Set health checks to wait until postgres has started
            options: >-
              --health-cmd pg_isready
              --health-interval 10s
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 09:24:34 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. pkg/controller/cronjob/cronjob_controllerv2_test.go

    	T1, err := time.Parse(time.RFC3339, "2016-05-19T10:01:00Z")
    	if err != nil {
    		panic("test setup error")
    	}
    	return &T1
    }
    
    func justAfterTheHourInZone(tz string) time.Time {
    	location, err := time.LoadLocation(tz)
    	if err != nil {
    		panic("tz error: " + err.Error())
    	}
    
    	T1, err := time.ParseInLocation(time.RFC3339, "2016-05-19T10:01:00Z", location)
    	if err != nil {
    		panic("test setup error: " + err.Error())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv13-ALPN

    000001b0  05 04 2e 4b b3 44 29 e9  a5 7c 71 79 83 bf e2 06  |...K.D)..|qy....|
    000001c0  87 45 18 6d de 88 12 ad  00 6c dc d6 e3 df 8c c9  |.E.m.....l......|
    000001d0  ef ae 54 5a 93 fc 7e 82  64 15 52 03 ef 14 d1 7a  |..TZ..~.d.R....z|
    000001e0  95 b9 15 04 ab 1f 49 35  f8 2e 20 48 87 b1 88 82  |......I5.. H....|
    000001f0  18 ec 2d 58 c2 1b f8 41  47 f3 cf be 1e e8 60 7b  |..-X...AG.....`{|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. pkg/controller/cronjob/cronjob_controllerv2.go

    }
    
    func formatSchedule(cj *batchv1.CronJob, recorder record.EventRecorder) string {
    	if strings.Contains(cj.Spec.Schedule, "TZ") {
    		if recorder != nil {
    			recorder.Eventf(cj, corev1.EventTypeWarning, "UnsupportedSchedule", "CRON_TZ or TZ used in schedule %q is not officially supported, see https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/ for more details", cj.Spec.Schedule)
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top