We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f71e5 commit a5443c4Copy full SHA for a5443c4
gitlab3/__init__.py
@@ -328,7 +328,7 @@ def _convert_dates(self, data):
328
329
def _convert_gitlab_date(self, datetime_str):
330
"""Convert GitLab datetime string to datetime object"""
331
- fmt = '%Y-%m-%dT%H:%M:%S'
+ fmt = '%Y-%m-%dT%H:%M:%S.%f'
332
offset = None
333
if datetime_str.endswith('Z'):
334
datetime_str = datetime_str[:-1]
0 commit comments