public static long getCreationTimestamp() {
   try {
     r.lock();
     return DbConnection.getTimestamp();
   } finally {
     r.unlock();
   }
 }