Skip to content

Commit

Permalink
At least 2 digits for the ms
Browse files Browse the repository at this point in the history
  • Loading branch information
johltn3d committed Oct 22, 2023
1 parent 9021d12 commit 0f75565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifcopenshell-python/ifcopenshell/type_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
hour: DIGIT DIGIT
minute: DIGIT DIGIT
second: DIGIT DIGIT
millisecond: DIGIT+
millisecond: DIGIT DIGIT DIGIT*
day: DIGIT DIGIT
month: DIGIT DIGIT
Expand Down

0 comments on commit 0f75565

Please sign in to comment.