TIMESHIFT
- Last UpdatedMar 20, 2025
- 1 minute read
The TIMESHIFT() function shifts the time stamps in the input stream by adding or subtracting a specified time interval.
Syntax
|
Format |
Stream = TIMESHIFT( Stream, TimeInterval ) |
|
Arguments |
Stream - A stream of values TimeInterval - The time period to add (or subtract if negative) |
|
Description |
The specified interval of time is added to (or subtracted from) the time stamps in the input stream. |