By the way, if you need again and again a local timestamp with decimals, just create a user defined system variable. Make a one line entry into the %ZLANGV00.mac routine:
%ZLANGV00 ; User defined (system) variables
// Local timestamp with decimals
ZLTS() quit $now($ztz-$s($SYSTEM.Util.IsDST():60,1:0))
You can use whatever name you want as long as it starts with Z, contains uppercase chars only and do not conflict with existing names. Use it as a standard $-variable
write $zlts, $zdt($zlts,3,1,3)
67086,85681.092746
2024-09-03 23:48:01.092- Log in to post comments