summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-03 13:02:32 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-03 13:02:32 -0700
commit2ad433671f723db36dec268b74c69994a7bdd427 (patch)
treeaa1ceb3788a9e81033cd535e2ca06c7497995c12 /dive.h
parentfc75457cc8b3e37ecbd2a2f2111660586a6132da (diff)
downloadsubsurface-2ad433671f723db36dec268b74c69994a7bdd427.tar.gz
Use Qt date localization instead of translated strings
This gets us consistent date format everywhere. The reordering of month name and day of the month didn't work correctly on Windows, anyway. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 0bffeb69e..a03dfe141 100644
--- a/dive.h
+++ b/dive.h
@@ -760,6 +760,7 @@ extern double strtod_flags(const char *str, const char **ptr, unsigned int flags
extern void set_save_userid_local(short value);
extern void set_userid(char *user_id);
+extern const char *get_dive_date_c_string(timestamp_t when);
#ifdef __cplusplus
}
#endif