- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 913 for ftime (0.02 seconds)
-
src/archive/zip/struct.go
offset = 0 } return time.FixedZone("", int(offset/time.Second)) } // msDosTimeToTime converts an MS-DOS date and time into a time.Time. // The resolution is 2s. // See: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-dosdatetimetofiletime func msDosTimeToTime(dosDate, dosTime uint16) time.Time { return time.Date(
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 28 21:41:09 GMT 2024 - 12.1K bytes - Click Count (0) -
schema/field_test.go
{Name: "STRING", DBName: "fstring", BindNames: []string{"STRING"}, DataType: schema.String, Creatable: true, Updatable: true, Readable: true, Tag: `gorm:"column:fstring"`}, {Name: "TIME", DBName: "ftime", BindNames: []string{"TIME"}, DataType: schema.Time, Creatable: true, Updatable: true, Readable: true, Tag: `gorm:"column:ftime"`},Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Sat Feb 19 09:02:53 GMT 2022 - 12.7K bytes - Click Count (0) -
src/archive/tar/reader_test.go
"mtime": "1350244992.023960108", "atime": "1350244992.023960108", "ctime": "1350244992.023960108", }, Format: FormatPAX, }, { Name: "a/b", Mode: 0777, Uid: 1000, Gid: 1000, Uname: "shane", Gname: "shane", Size: 0, ModTime: time.Unix(1350266320, 910238425), ChangeTime: time.Unix(1350266320, 910238425),
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Dec 15 16:34:13 GMT 2025 - 47.5K bytes - Click Count (0) -
cmd/metacache-entries.go
} // check both fileInfo's have same number of versions, if not skip // the `other` entry. if len(eVers.versions) != len(oVers.versions) { eTime := eVers.latestModtime() oTime := oVers.latestModtime() if !eTime.Equal(oTime) { if eTime.After(oTime) { return e, false } return other, false } // Tiebreak on version count. if len(eVers.versions) > len(oVers.versions) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 08 15:29:58 GMT 2024 - 24.1K bytes - Click Count (0) -
src/archive/zip/testdata/time-22738.zip
Russ Cox <******@****.***> 1511973652 -0500
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 01 00:22:21 GMT 2017 - 140 bytes - Click Count (0) -
src/archive/zip/testdata/time-winrar.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
src/archive/zip/testdata/time-7zip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
src/archive/zip/testdata/time-infozip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 166 bytes - Click Count (0) -
src/archive/zip/testdata/time-osx.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 142 bytes - Click Count (0) -
src/archive/zip/testdata/time-go.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 148 bytes - Click Count (0)