Date to convert to offset. Can either be local server time or GMT/UTC time.
-timezone_offset
string, required
Timezone offset. In format of +hhmm or -hhmm.
Sample Usage
(lp_date_toOffset: (date:'2/20/2006 12:00:00 GMT'), '-0500'); // returns 2/20/2006 07:00:00
'<br>';
(lp_date_toOffset: (date:'2/20/2006 12:00:00'), '-0500'); // returns 02/20/2006 15:00:00 for server local time offset of -0800
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.