Skip to content

Commit d01190d

Browse files
author
Bart van den Burg
committed
the values in the listboxes start at 0, not at 1
1 parent 240cf46 commit d01190d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hours
22
~~~~~
33

4-
**type**: ``integer`` **default**: 1 to 23
4+
**type**: ``integer`` **default**: 0 to 23
55

66
List of hours available to the hours field type. This option is only relevant
77
when the ``widget`` option is set to ``choice``.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minutes
22
~~~~~~~
33

4-
**type**: ``integer`` **default**: 1 to 59
4+
**type**: ``integer`` **default**: 0 to 59
55

66
List of minutes available to the minutes field type. This option is only
77
relevant when the ``widget`` option is set to ``choice``.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
seconds
22
~~~~~~~
33

4-
**type**: ``integer`` **default**: 1 to 59
4+
**type**: ``integer`` **default**: 0 to 59
55

66
List of seconds available to the seconds field type. This option is only
77
relevant when the ``widget`` option is set to ``choice``.

0 commit comments

Comments
 (0)