Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Timestamp (6.56 sec)

  1. src/archive/zip/struct.go

    	Method uint16
    
    	// Modified is the modified time of the file.
    	//
    	// When reading, an extended timestamp is preferred over the legacy MS-DOS
    	// date field, and the offset between the times is used as the timezone.
    	// If only the MS-DOS date is present, the timezone is assumed to be UTC.
    	//
    	// When writing, an extended timestamp (which is timezone-agnostic) is
    	// always emitted. The legacy MS-DOS date field is encoded according to the
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  2. src/archive/zip/reader.go

    		f.Modified = modified.UTC()
    
    		// If legacy MS-DOS timestamps are set, we can use the delta between
    		// the legacy and extended versions to estimate timezone offset.
    		//
    		// A non-UTC timezone is always used (even if offset is zero).
    		// Thus, FileHeader.Modified.Location() == time.UTC is useful for
    		// determining whether extended timestamps are present.
    		// This is necessary for users that need to do additional time
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SCM_RIGHTS = 1 #53466
    pkg syscall (freebsd-riscv64), const SCM_RIGHTS ideal-int #53466
    pkg syscall (freebsd-riscv64), const SCM_TIMESTAMP = 2 #53466
    pkg syscall (freebsd-riscv64), const SCM_TIMESTAMP ideal-int #53466
    pkg syscall (freebsd-riscv64), const SIGBUS = 10 #53466
    pkg syscall (freebsd-riscv64), const SIGCHLD = 20 #53466
    pkg syscall (freebsd-riscv64), const SIGCHLD Signal #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SCM_RIGHTS = 1
    pkg syscall (netbsd-arm64-cgo), const SCM_RIGHTS ideal-int
    pkg syscall (netbsd-arm64-cgo), const SCM_TIMESTAMP = 8
    pkg syscall (netbsd-arm64-cgo), const SCM_TIMESTAMP ideal-int
    pkg syscall (netbsd-arm64-cgo), const S_IEXEC = 64
    pkg syscall (netbsd-arm64-cgo), const S_IEXEC ideal-int
    pkg syscall (netbsd-arm64-cgo), const S_IFMT = 61440
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/archive/zip/writer.go

    	// If Modified is set, this takes precedence over MS-DOS timestamp fields.
    	if !fh.Modified.IsZero() {
    		// Contrary to the FileHeader.SetModTime method, we intentionally
    		// do not convert to UTC, because we assume the user intends to encode
    		// the date using the specified timezone. A user may want this control
    		// because many legacy ZIP readers interpret the timestamp according
    		// to the local timezone.
    		//
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 04 14:28:57 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  6. src/archive/tar/format.go

    // the maximum number of bytes allowed for each string field and
    // the integer type used to store each numeric field
    // (where timestamps are stored as the number of seconds since the Unix epoch).
    //
    // The table's lower portion shows specialized features of each format,
    // such as supported string encodings, support for sub-second timestamps,
    // or support for sparse files.
    //
    // The Writer currently provides no support for sparse files.
    type Format int
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 11.3K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    struct {
    	x, y float64 ""  // an empty tag string is like an absent tag
    	name string  "any string is permitted as a tag"
    	_    [4]byte "ceci n'est pas un champ de structure"
    }
    
    // A struct corresponding to a TimeStamp protocol buffer.
    // The tag strings define the protocol buffer field numbers;
    // they follow the convention outlined by the reflect package.
    struct {
    	microsec  uint64 `protobuf:"1"`
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const SCM_RIGHTS ideal-int
    pkg syscall (darwin-arm64), const SCM_TIMESTAMP = 2
    pkg syscall (darwin-arm64), const SCM_TIMESTAMP ideal-int
    pkg syscall (darwin-arm64), const SCM_TIMESTAMP_MONOTONIC = 4
    pkg syscall (darwin-arm64), const SCM_TIMESTAMP_MONOTONIC ideal-int
    pkg syscall (darwin-arm64), const SIGBUS = 10
    pkg syscall (darwin-arm64), const SIGCHLD = 20
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (darwin-386), const RUSAGE_SELF ideal-int
    pkg syscall (darwin-386), const SCM_CREDS ideal-int
    pkg syscall (darwin-386), const SCM_RIGHTS ideal-int
    pkg syscall (darwin-386), const SCM_TIMESTAMP ideal-int
    pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC ideal-int
    pkg syscall (darwin-386), const SIGCHLD Signal
    pkg syscall (darwin-386), const SIGCONT Signal
    pkg syscall (darwin-386), const SIGEMT Signal
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SCM_CREDS ideal-int
    pkg syscall (freebsd-arm64), const SCM_RIGHTS = 1
    pkg syscall (freebsd-arm64), const SCM_RIGHTS ideal-int
    pkg syscall (freebsd-arm64), const SCM_TIMESTAMP = 2
    pkg syscall (freebsd-arm64), const SCM_TIMESTAMP ideal-int
    pkg syscall (freebsd-arm64), const SIGBUS = 10
    pkg syscall (freebsd-arm64), const SIGCHLD = 20
    pkg syscall (freebsd-arm64), const SIGCHLD Signal
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top