- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for FixedZone (0.05 sec)
-
internal/s3select/sql/timestampfuncs_test.go
package sql import ( "testing" "time" ) func TestParseAndDisplaySQLTimestamp(t *testing.T) { beijing := time.FixedZone("", int((8 * time.Hour).Seconds())) fakeLosAngeles := time.FixedZone("", -int((8 * time.Hour).Seconds())) cases := []struct { s string t time.Time }{ {"2010T", time.Date(2010, 1, 1, 0, 0, 0, 0, time.UTC)},
Registered: 2025-05-25 19:28 - Last Modified: 2021-06-01 21:59 - 2.2K bytes - Viewed (0) -
src/archive/zip/struct.go
Registered: 2025-05-27 11:13 - Last Modified: 2024-05-28 21:41 - 12.1K bytes - Viewed (0) -
api/go1.txt
pkg time, const Wednesday Weekday pkg time, func After(Duration) <-chan Time pkg time, func AfterFunc(Duration, func()) *Timer pkg time, func Date(int, Month, int, int, int, int, int, *Location) Time pkg time, func FixedZone(string, int) *Location pkg time, func LoadLocation(string) (*Location, error) pkg time, func NewTicker(Duration) *Ticker pkg time, func NewTimer(Duration) *Timer pkg time, func Now() Time
Registered: 2025-05-27 11:13 - Last Modified: 2013-08-14 18:58 - 1.7M bytes - Viewed (0)