pm4py.util.dt_parsing.parser module#
- pm4py.util.dt_parsing.parser.get(variant='ciso8601')[source]#
Gets a module with a function ‘apply’ that is able to parse a date string to a datetime
- Parameters:
variant – Variant of the algorithm. Possible values: ciso8601
- Returns:
Module with a function ‘apply’ that is able to parse a date string to a datetime
- Return type:
mod