Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 62 for tz (0.03 sec)

  1. common/scripts/run.sh

        --sig-proxy=true \
        ${DOCKER_SOCKET_MOUNT:--v /var/run/docker.sock:/var/run/docker.sock} \
        $CONTAINER_OPTIONS \
        --env-file <(env | grep -v ${ENV_BLOCKLIST}) \
        -e IN_BUILD_CONTAINER=1 \
        -e TZ="${TIMEZONE:-$TZ}" \
        --mount "type=bind,source=${MOUNT_SOURCE},destination=/work" \
        --mount "type=volume,source=go,destination=/go" \
        --mount "type=volume,source=gocache,destination=/gocache" \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 11 02:34:11 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/copy-with-deep-filter-example.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-20 09:28:44 +0000ModifierPeter LedbrookMovementHand-letterNSPaperSizesiz{612, 792}NSPrintReverseOrient{{-1223, -810}, {3330, 2418}}ClassGraffleShapes.CanvasBackgroundGrap{-113,...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/copy-with-flat-filter-example.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-20 09:28:44 +0000ModifierPeter LedbrookMovementHand-letterNSPaperSizesiz{612, 792}NSPrintReverseOrient{{-1223, -810}, {3330, 2418}}ClassGraffleShapes.CanvasBackgroundGrap{-113,...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. okhttp/src/test/java/okhttp3/internal/http/HttpDateTest.kt

        assertThat(Date(1402057830000L).toHttpDateString()).isEqualTo("Fri, 06 Jun 2014 12:30:30 GMT")
      }
    
      @Test
      @Throws(Exception::class)
      fun parseNonStandardStrings() {
        // RFC 822, updated by RFC 1123 with any TZ
        assertThat("Thu, 01 Jan 1970 00:00:00 GMT-01:00".toHttpDateOrNull()!!.time).isEqualTo(3600000L)
        assertThat("Thu, 01 Jan 1970 00:00:00 PST".toHttpDateOrNull()!!.time).isEqualTo(28800000L)
        // Ignore trailing junk
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. 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)
  8. src/time/zoneinfo_js.go

    //go:build js && wasm
    
    package time
    
    import (
    	"internal/itoa"
    	"syscall/js"
    )
    
    var platformZoneSources = []string{
    	"/usr/share/zoneinfo/",
    	"/usr/share/lib/zoneinfo/",
    	"/usr/lib/locale/TZ/",
    }
    
    func initLocal() {
    	localLoc.name = "Local"
    
    	z := zone{}
    	d := js.Global().Get("Date").New()
    	offset := d.Call("getTimezoneOffset").Int() * -1
    	z.offset = offset * 60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 29 20:05:34 UTC 2022
    - 1K bytes
    - Viewed (0)
  9. internal/init/init.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package init
    
    import "os"
    
    func init() {
    	// All MinIO operations must be under UTC.
    	os.Setenv("TZ", "UTC")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Nov 04 23:44:38 UTC 2022
    - 874 bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/internal/http/DateFormatting.kt

    private val BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS =
      arrayOf(
        // HTTP formats required by RFC2616 but with any timezone:
        // RFC 822, updated by RFC 1123 with any TZ.
        "EEE, dd MMM yyyy HH:mm:ss zzz",
        // RFC 850, obsoleted by RFC 1036 with any TZ.
        "EEEE, dd-MMM-yy HH:mm:ss zzz",
        // ANSI C's asctime() format
        "EEE MMM d HH:mm:ss yyyy",
        // Alternative formats:
        "EEE, dd-MMM-yyyy HH:mm:ss z",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top