dlpx-core:TimeRange
The TimeRange algorithm is an instance of the Segment Mapping Algorithm Framework, masking the numeric values between ranges 0-59. This algorithm is appropriate for masking time units – usually minutes or seconds which range between 0 and 59.
For example:
"0" → "46"
"59" → "35"
"1" → "13"
"abc" → "abc" (and generates a non-conformant data event)
This algorithm may generate non-conformant data events.