ShiftDatestamp¶
Shift a datestamp by some offset.
This allows the datestamp to be offset by a specified number of years, months, days, and so forth. One may also shift to a different time zone (without changing the moment in time). Version 0.5.0
Ports/Properties¶
datestamp¶
Datestamp.
delta¶
Time.
years¶
Year offset.
months¶
Month offset.
weeks¶
Week offset.
days¶
Day offset.
hours¶
Hour offset.
minutes¶
Minute offset.
seconds¶
Second offset.
microseconds¶
Microsecond offset.
timezone¶
Optionally the desired time zone into which to translate the datestamp. This will translate the same moment in time into the other time zone.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.