Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for msty (3.55 sec)

  1. src/time/format.go

    	ANSIC       = "Mon Jan _2 15:04:05 2006"
    	UnixDate    = "Mon Jan _2 15:04:05 MST 2006"
    	RubyDate    = "Mon Jan 02 15:04:05 -0700 2006"
    	RFC822      = "02 Jan 06 15:04 MST"
    	RFC822Z     = "02 Jan 06 15:04 -0700" // RFC822 with numeric zone
    	RFC850      = "Monday, 02-Jan-06 15:04:05 MST"
    	RFC1123     = "Mon, 02 Jan 2006 15:04:05 MST"
    	RFC1123Z    = "Mon, 02 Jan 2006 15:04:05 -0700" // RFC1123 with numeric zone
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  2. src/time/time_test.go

    	Nanosecond           int // Fractional second.
    	Weekday              Weekday
    	ZoneOffset           int    // seconds east of UTC, e.g. -7*60*60 for -0700
    	Zone                 string // e.g., "MST"
    }
    
    type TimeTest struct {
    	seconds int64
    	golden  parsedTime
    }
    
    var utctests = []TimeTest{
    	{0, parsedTime{1970, January, 1, 0, 0, 0, 0, Thursday, 0, "UTC"}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.micrografx.flo",
    				"application/vnd.micrografx.igx",
    				"application/vnd.mif",
    				"application/vnd.mindjet.mindmanager",
    				"application/vnd.minisoft-hp3000-save",
    				"application/vnd.mitsubishi.misty-guard.trustweb",
    				"application/vnd.mobius.daf",
    				"application/vnd.mobius.dis",
    				"application/vnd.mobius.mbk",
    				"application/vnd.mobius.mqy",
    				"application/vnd.mobius.msl",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top