Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for tz (0.02 sec)

  1. 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)
  2. 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)
  3. platforms/documentation/docs/src/docs/userguide/img/file-collection-vs-file-tree.graffle

    Zif6KZIr/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJS/6oGmg2KFHobaiJqKWowa+/796v/XAcMDswWfB48JfwtvDWM+40DnQutE80b7SP9LB00T+DYZNjo2WzZ8dp22vvbgN/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3mlucf56noMui86//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf// space9eaea0911d89d63-02-06 14:02:09 +0000CreatorPeter LedbrookFileTypeauto-02-06 14:15:49 +0000ModifierPeter LedbrookMovementHand-letterNSPaperSizesiz{612, 792}NSPrintReverseOrient{{-1060, -789}, {3330, 2418}}ClassGraffleShapes.CanvasBackgroundGrap{50,...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/ant-task-migration.graffle

    Zif6KZIr/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJS/6oGmg2KFHobaiJqKWowa+/796v/XAcMDswWfB48JfwtvDWM+40DnQutE80b7SP9LB00T+DYZNjo2WzZ8dp22vvbgN/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3mlucf56noMui86//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf// space9eaea0911d89d63-11-07 13:32:48 +0000CreatorPeter LedbrookFileTypeauto-11-07 13:46:45 +0000ModifierPeter LedbrookMovementHand==NSLeftMarginfloat18N-letterNSPaperSizesiz{612, 792}NSPrintReverseOrient==NSRightMarginfloat18{{-1105, -850}, {3294,...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/task-dag-examples.graffle

    Zif6KZIr/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJS/6oGmg2KFHobaiJqKWowa+/796v/XAcMDswWfB48JfwtvDWM+40DnQutE80b7SP9LB00T+DYZNjo2WzZ8dp22vvbgN/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3mlucf56noMui86//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf// space9eaea0911d89d63-07-16 08:54:30 +0000CreatorPeter LedbrookFileTypeauto-07-16 09:12:09 +0000ModifierPeter LedbrookMovementHand-letterNSPaperSizesiz{612, 792}NSPrintReverseOrient{{-1096, -806}, {3330, 2418}}ClassGraffleShapes.CanvasBackgroundGrap{14,...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/ServerMessageBlock.java

            if( t == 0L || t == 0xFFFFFFFFFFFFFFFFL ) {
                writeInt4( 0xFFFFFFFF, dst, dstIndex );
                return;
            }
            synchronized( TZ ) {
                if( TZ.inDaylightTime( new Date() )) {
                    // in DST
                    if( TZ.inDaylightTime( new Date( t ))) {
                        // t also in DST so no correction
                    } else {
                        // t not in DST so subtract 1 hour
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 21K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/math/BigIntegerMath.java

            nextPowerOfTwo <<= 1;
            bits++;
          }
          // Get rid of the 2s in num.
          int tz = Long.numberOfTrailingZeros(num);
          long normalizedNum = num >> tz;
          shift += tz;
          // Adjust floor(log2(num)) + 1.
          int normalizedBits = bits - tz;
          // If it won't fit in a long, then we store off the intermediate product.
          if (normalizedBits + productBits >= Long.SIZE) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/math/BigIntegerMath.java

            nextPowerOfTwo <<= 1;
            bits++;
          }
          // Get rid of the 2s in num.
          int tz = Long.numberOfTrailingZeros(num);
          long normalizedNum = num >> tz;
          shift += tz;
          // Adjust floor(log2(num)) + 1.
          int normalizedBits = bits - tz;
          // If it won't fit in a long, then we store off the intermediate product.
          if (normalizedBits + productBits >= Long.SIZE) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/publishing-process.graffle

    Zif6KZIr/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJS/6oGmg2KFHobaiJqKWowa+/796v/XAcMDswWfB48JfwtvDWM+40DnQutE80b7SP9LB00T+DYZNjo2WzZ8dp22vvbgN/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3mlucf56noMui86//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf// space9eaea0911d89d63-01-30 10:54:30 +0000CreatorPeter LedbrookGraphDocumen-05-21 06:55:19 +0000ModifierPeter LedbrookMovementHand{595, 842}NSPrintReverseOrient{{0, 0}, {559, 783}}ClassGraffleShapes.CanvasBackgroundGrap{0, 0}CanvasOrigin{0, 0}CanvasSizingMode1Col...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  10. 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)
Back to top