diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java
index 00e989692481c25924b3fc12b70c0e7f402aa310..485ef9afbd734be01434ef60665380c2ceba7897 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java
@@ -188,7 +188,7 @@ public class GeneralInformationServiceJsonApiTest extends RemoteApiTestCase
                 }
             });
         assertEquals("[DESCRIPTION=very important expertiment, GENDER=FEMALE, "
-                + "PURCHASE_DATE=2009-02-09 00:00:00 +0100]", list.toString());
+                + "PURCHASE_DATE=2009-02-09 10:00:00 +0100]", list.toString());
         assertEquals(1, experiments.size());
     }
 
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java
index 9da43fbb5389af46c04ca5fa421522e719f96283..f0383eb89b1aff162a078b900c6882ac8407eaef 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java
@@ -1482,7 +1482,7 @@ public class GeneralInformationServiceTest extends SystemTestCase
                 }
             });
         assertEquals("[DESCRIPTION=very important expertiment, GENDER=FEMALE, "
-                + "PURCHASE_DATE=2009-02-09 00:00:00 +0100]", list.toString());
+                + "PURCHASE_DATE=2009-02-09 10:00:00 +0100]", list.toString());
         assertEquals(1, experiments.size());
     }