diff --git a/src/coscine/__about__.py b/src/coscine/__about__.py
index 0a2038512cc649fc447cbbf6ab24baf7aa998a18..147a2d8c87b55f144727c89b08473502092c703d 100644
--- a/src/coscine/__about__.py
+++ b/src/coscine/__about__.py
@@ -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"
diff --git a/src/coscine/metadata.py b/src/coscine/metadata.py
index dcbd874b3e7dc9aab6876184dea97543e005685f..0163cf41e6335a59234acf8c8b743b31eaab1f14 100644
--- a/src/coscine/metadata.py
+++ b/src/coscine/metadata.py
@@ -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: