aboutsummaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-10-08 09:30:33 +0000
committerLRN <lrn1986@gmail.com>2013-10-08 09:30:33 +0000
commit70ef2c7616b29cbb91076ffb26148251d62eb351 (patch)
tree6e1367d0e6f625987ee96f5c60be015fef064c31 /src/util/strings.c
parent3044afcbbf0dbff0f0bc198aaedcb70cb4645197 (diff)
downloadgnunet-70ef2c7616b29cbb91076ffb26148251d62eb351.tar.gz
gnunet-70ef2c7616b29cbb91076ffb26148251d62eb351.zip
Update time conversion functions docs, test converting abs UTC time to string and back
Diffstat (limited to 'src/util/strings.c')
-rw-r--r--src/util/strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index 59cdf5250..8cff9b0d6 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -721,8 +721,8 @@ GNUNET_STRINGS_relative_time_to_string (struct GNUNET_TIME_Relative delta,
721 * Note that the returned value will be overwritten if this function 721 * Note that the returned value will be overwritten if this function
722 * is called again. 722 * is called again.
723 * 723 *
724 * @param t time to convert 724 * @param t the absolute time to convert
725 * @return absolute time in human-readable format 725 * @return timestamp in human-readable form in local time
726 */ 726 */
727const char * 727const char *
728GNUNET_STRINGS_absolute_time_to_string (struct GNUNET_TIME_Absolute t) 728GNUNET_STRINGS_absolute_time_to_string (struct GNUNET_TIME_Absolute t)