Skip to content
Matthias Görges edited this page Jul 13, 2015 · 1 revision

timestamp-tsr-load loads timestamp response from file.

Parameter Description
filename Filename to load TSR from

Example

Example 1: Load previously generated TSR from file and get its issuing epoch

> (define tsr (timestamp-tsr-load "LNtest.tsr"))
> (timestamp-tsr-getgentimestr tsr)                   
"20150713002428Z"
Clone this wiki locally