[#TimeOffsets-Add] = xref:TimeOffsets.adoc[TimeOffsets]::Add :relfileprefix: ../ :mrdocs: Add a new time offset sample. == Synopsis Declared in `<node/timeoffsets.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3a9471f8)]] void Add(std::chrono::seconds offset); ---- == Parameters [cols="1,4"] |=== | Name| Description | *offset* | The observed difference between a peer's clock and the local clock. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#