From de61dc2d63183f8e75e7348c1050e85dfbf267d2 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 9 Jun 2011 22:49:39 +0200 Subject: Convert Unix timestamps to numbers --- smsmatrix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsmatrix.scm b/smsmatrix.scm index 76333dc..fd68fff 100644 --- a/smsmatrix.scm +++ b/smsmatrix.scm @@ -226,7 +226,7 @@ "Sanity check failed: message ID differs from the one requested!" (alist-ref 'id res) message-id)) (values (string->number (alist-ref 'response res)) ; May be omitted - (alist-ref 'timestamp res) + (string->number (alist-ref 'timestamp res)) (alist-ref 'timezone res) status status-text)))) -- cgit v1.2.3