diff options
Diffstat (limited to 'stdnum/cz')
-rw-r--r-- | stdnum/cz/rc.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdnum/cz/rc.py b/stdnum/cz/rc.py index eccc8ca..0f56118 100644 --- a/stdnum/cz/rc.py +++ b/stdnum/cz/rc.py @@ -19,7 +19,9 @@ # 02110-1301 USA """Module for handling Czech birth numbers (RČ, Rodné číslo), the Czech -national identifier. +national identifier. The number can be 9 or 10 digits long. Numbers given +out after January 1st 1954 should have 10 digits. The number includes the +birth date of the person and their gender. >>> compact('710319/2745') '7103192745' |