Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Thursday (0.32 sec)

  1. okhttp/src/test/java/okhttp3/internal/http/HttpDateTest.kt

        // RFC 850, obsoleted by RFC 1036 with any TZ.
        assertThat("Thursday, 01-Jan-1970 00:00:00 GMT-01:00".toHttpDateOrNull()!!.time)
          .isEqualTo(3600000L)
        assertThat("Thursday, 01-Jan-1970 00:00:00 PST".toHttpDateOrNull()!!.time)
          .isEqualTo(28800000L)
        // Ignore trailing junk
        assertThat("Thursday, 01-Jan-1970 00:00:00 PST JUNK".toHttpDateOrNull()!!.time)
          .isEqualTo(28800000L)
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg time, const StampMicro = "Jan _2 15:04:05.000000"
    pkg time, const StampMilli = "Jan _2 15:04:05.000"
    pkg time, const StampNano = "Jan _2 15:04:05.000000000"
    pkg time, const Sunday = 0
    pkg time, const Thursday = 4
    pkg time, const Tuesday = 2
    pkg time, const UnixDate = "Mon Jan _2 15:04:05 MST 2006"
    pkg time, const Wednesday = 3
    pkg time, func ParseInLocation(string, string, *Location) (Time, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.txt

    pkg time, const Stamp ideal-string
    pkg time, const StampMicro ideal-string
    pkg time, const StampMilli ideal-string
    pkg time, const StampNano ideal-string
    pkg time, const Sunday Weekday
    pkg time, const Thursday Weekday
    pkg time, const Tuesday Weekday
    pkg time, const UnixDate ideal-string
    pkg time, const Wednesday Weekday
    pkg time, func After(Duration) <-chan Time
    pkg time, func AfterFunc(Duration, func()) *Timer
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top