summaryrefslogtreecommitdiffstats
path: root/releng/fixtures/clockchoices.json
blob: d2d4eb80a9bda3ff1749bc135dae4fe87d4c6025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
    {
	"pk": 1,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "default region/timezone, keep clock"
	}
    },
    {
	"pk": 2,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "default region/timezone, change clock manually (UTC)"
	}
    },
    {
	"pk": 3,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "default region/timezone, change clock with NTP (UTC)"
	}
    },
    {
	"pk": 4,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "default region/timezone, change clock manually (localtime)"
	}
    },
    {
	"pk": 5,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "default region/timezone, change clock with NTP (localtime)"
	}
    },
    {
	"pk": 6,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "update region/timezone, keep clock"
	}
    },
    {
	"pk": 7,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "update region/timezone, change clock manually (UTC)"
	}
    },
    {
	"pk": 8,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "update region/timezone, change clock with NTP (UTC)"
	}
    },
    {
	"pk": 9,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "update region/timezone, change clock manually (localtime)"
	}
    },
    {
	"pk": 10,
	"model": "releng.clockchoice",
	"fields": {
	    "name": "update region/timezone, change clock with NTP (localtime)"
	}
    }
]