aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/time.c')
-rw-r--r--src/util/time.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/time.c b/src/util/time.c
index b82a1ba7c..825b7f8ca 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -46,6 +46,18 @@ GNUNET_TIME_set_offset (long long offset)
46 46
47 47
48/** 48/**
49 * Get the timestamp offset for this instance.
50 *
51 * @return the offset we currently skew the locale time by
52 */
53long long
54GNUNET_TIME_get_offset ()
55{
56 return timestamp_offset;
57}
58
59
60/**
49 * Get the current time (works just as "time", just that we use the 61 * Get the current time (works just as "time", just that we use the
50 * unit of time that the cron-jobs use (and is 64 bit)). 62 * unit of time that the cron-jobs use (and is 64 bit)).
51 * 63 *