summaryrefslogtreecommitdiffstats
path: root/src/test/resources/data/pac/testTimeRange.pac
blob: 21138accf2bbe66c8c49c79ba293ba4340eb5fc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Test weekday functions

function FindProxyForURL(url, host) {
  timeRange(12);
  timeRange(11, 16);	
  timeRange(10, 30, 17, 30, "gmt");
  timeRange(10, 30, 00, 17, 30, 30, "GMT");
  timeRange(19, 9);
  	
  return "DIRECT";
}