Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestParseInLocation (0.14 sec)

  1. src/time/format_test.go

    		case test.ok && err != nil:
    			t.Errorf("%q: unexpected error: %v", test.date, err)
    		case !test.ok && err == nil:
    			t.Errorf("%q: expected 'day' error, got none", test.date)
    		}
    	}
    }
    
    // TestParseInLocation checks that the Parse and ParseInLocation
    // functions do not get confused by the fact that AST (Arabia Standard
    // Time) and AST (Atlantic Standard Time) are different time zones,
    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