server messages NEW getter for server notification time
diff --git a/src/messages_server.h b/src/messages_server.h
index dd83ccb..46e1f09 100644
--- a/src/messages_server.h
+++ b/src/messages_server.h
@@ -326,4 +326,12 @@
  */
 void nc_server_notif_free(struct nc_server_notif *notif);
 
+/**
+ * @brief Get the notification timestamp.
+ *
+ * @param[in] notif Server notification to read from.
+ * @return Datetime timestamp of the notification, NULL on error.
+ */
+const char *nc_server_notif_get_time(const struct nc_server_notif *notif);
+
 #endif /* NC_MESSAGES_SERVER_H_ */