diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-time.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-time.h b/libempathy/empathy-time.h index 224b25cbf..9a14b257c 100644 --- a/libempathy/empathy-time.h +++ b/libempathy/empathy-time.h @@ -31,7 +31,8 @@ G_BEGIN_DECLS #define EMPATHY_TIME_FORMAT_DISPLAY_SHORT "%H:%M" -#define EMPATHY_TIME_FORMAT_DISPLAY_LONG "%a %d %b %Y" +#define EMPATHY_DATE_FORMAT_DISPLAY_SHORT "%a %d %b %Y" +#define EMPATHY_TIME_DATE_FORMAT_DISPLAY_SHORT "%c" time_t empathy_time_get_current (void); time_t empathy_time_get_local_time (struct tm *tm); |