Skip to content
Snippets Groups Projects
Commit f08ba8b6 authored by Romin's avatar Romin :eye:
Browse files

Another deprecated call updated and bumped package version

parent 6e32afc7
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ Coscine Python SDK package metadata
__author__ = "RWTH Aachen University"
__copyright__ = "RWTH Aachen University"
__license__ = "MIT License"
__version__ = "0.11.3"
__version__ = "0.11.4"
......@@ -894,7 +894,7 @@ class FileMetadata:
"""
The timestamp when the metadata was assigned.
"""
return datetime.utcfromtimestamp(float(self.version))
return datetime.fromtimestamp(float(self.version))
@property
def definition(self) -> str:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment