Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MSDY (0.02 sec)

  1. src/time/format_test.go

    	{"GMT+3", 5, true},
    	{"GMT+a", 3, true},
    	{"GMT+3a", 5, true},
    	{"GMT-5 hi there", 5, true},
    	{"GMT-51 hi there", 3, true},
    	{"ChST hi there", 4, true},
    	{"MeST hi there", 4, true},
    	{"MSDx", 3, true},
    	{"MSDY", 0, false}, // four letters must end in T.
    	{"ESAST hi", 5, true},
    	{"ESASTT hi", 0, false}, // run of upper-case letters too long.
    	{"ESATY hi", 0, false},  // five letters must end in T.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top