Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Common Process InputsCombine ArraysFilter Array OutputGet Array ItemGet Array Object ItemGet Last Run ArrayGet Object ItemJSON String to ObjectBasic MathsGet Last Run Upstream OutputsMoving Number CalculationNumber RoundingNumber to StringBased64 string to ImageString to NumberTemplate StringISO Time DeltaXML String to ObjectAuto Label Object DetectionBrightnessCircle Detection1D/2D Code ReaderColor DetectionColor ThresholdContrastMultiple CropsCropDetected Zones CountersFacial Expression DetectionGender and Age DetectionDetected Objects to OCRDetected Objects TransformPeople DetectionDraw Detected ObjectsFace DetectionFace RecognitionFeature MatchingFire & Smoke DetectionFlipGeneral Object DetectionImage ClassificationImage SimilarityKey Points DetectionNumber Plate ReaderObject DetectionOCRPose EstimationResizeRotateSaturationInstance SegmentationWatershed SegmentPolygon DetectionTracker Line CountTracker Zones CountTracker HeatmapTrackerWhite Balance
Widgets

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesProcess

ISO Time Delta

Slot Usage: 0

Overview

ISO Time Delta calculates the difference between a start time and an end time (or the current execution time) in a chosen unit.

Input

Start Time

string required

Starting datetime for the delta calculation. Can be connected from another node output.

Use Execution Time as End Time

boolean

If enabled, the process execution time is used as the end time. If disabled, End Time must be set.

Default: true

End Time

string required

Ending datetime for the delta calculation. Shown and required when Use Execution Time as End Time is disabled.

Time Unit

string

Unit for the reported delta.

Values:

  • MILLISECONDS (default) — Milliseconds
  • SECONDS — Seconds
  • MINUTES — Minutes
  • HOURS — Hours
  • DAYS — Days

Use Local Timezone

boolean advanced

If enabled, the calculation uses the local timezone. Otherwise it uses UTC.

Default: true

Output

Delta Time

number

Time difference between start and end in the selected unit. Returns -1 if Start Time or End Time is empty.

Template String

Previous Page

XML String to Object

Next Page

On this page

OverviewInputStart TimeUse Execution Time as End TimeEnd TimeTime UnitUse Local TimezoneOutputDelta Time