fail2ban.server.strptime module

fail2ban.server.strptime.reGroupDictStrptime(found_dict)

Return time from dictionary of strptime fields

This is tweaked from python built-in _strptime.

Parameters:

found_dict : dict

Dictionary where keys represent the strptime fields, and values the respective value.

Returns:

float

Unix time stamp.