MCPcopy Create free account
hub / github.com/FeatureProbe/FeatureProbe / timezoneOptions

Function timezoneOptions

ui/src/components/Rule/constants.tsx:67–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65};
66
67export const timezoneOptions = () => {
68 return [
69 {key: 1, text: 'UTC +0', value: '+00:00'},
70 {key: 2, text: 'UTC +1', value: '+01:00'},
71 {key: 3, text: 'UTC +2', value: '+02:00'},
72 {key: 4, text: 'UTC +3', value: '+03:00'},
73 {key: 5, text: 'UTC +4', value: '+04:00'},
74 {key: 6, text: 'UTC +5', value: '+05:00'},
75 {key: 7, text: 'UTC +6', value: '+06:00'},
76 {key: 8, text: 'UTC +7', value: '+07:00'},
77 {key: 9, text: 'UTC +8', value: '+08:00'},
78 {key: 10, text: 'UTC +9', value: '+09:00'},
79 {key: 11, text: 'UTC +10', value: '+10:00'},
80 {key: 12, text: 'UTC +11', value: '+11:00'},
81 {key: 13, text: 'UTC +12', value: '+12:00'},
82 {key: 14, text: 'UTC -12', value: '-12:00'},
83 {key: 15, text: 'UTC -11', value: '-11:00'},
84 {key: 16, text: 'UTC -10', value: '-10:00'},
85 {key: 17, text: 'UTC -9', value: '-09:00'},
86 {key: 18, text: 'UTC -8', value: '-08:00'},
87 {key: 19, text: 'UTC -7', value: '-07:00'},
88 {key: 20, text: 'UTC -6', value: '-06:00'},
89 {key: 21, text: 'UTC -5', value: '-05:00'},
90 {key: 22, text: 'UTC -4', value: '-04:00'},
91 {key: 23, text: 'UTC -3', value: '-03:00'},
92 {key: 24, text: 'UTC -2', value: '-02:00'},
93 {key: 25, text: 'UTC -1', value: '-01:00'},
94 ];
95};

Callers 1

RuleContentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected