diff options
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index c4720e58..a081a0dd 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -190,7 +190,16 @@ gboolean mm_get_double_from_match_info (GMatchInfo *match_info, gdouble *out); gchar *mm_get_string_unquoted_from_match_info (GMatchInfo *match_info, guint32 match_index); -gchar *mm_format_iso8601 (guint64 timestamp); + +gchar *mm_new_iso8601_time_from_unix_time (guint64 timestamp); +gchar *mm_new_iso8601_time (guint year, + guint month, + guint day, + guint hour, + guint minute, + guint second, + gboolean have_offset, + gint offset_minutes); /******************************************************************************/ /* Type checkers and conversion utilities */ |