Miscellaneous Utility Functions — Various helper functions.
Functions to help application developers when writing XMPP applications using Loudmouth.
struct tm * lm_utils_get_localtime (const gchar *stamp);
const gchar *stamp
Converts an XMPP timestamp to a struct tm showing local time.
stamp
An XMPP timestamp
The local time struct.