====== GETLOCALTIME ====== {{:en:mervis-ide:35-help:getlocaltime.png}} ===== Function name ===== GETLOCALTIME ===== ST call ===== PROGRAM GETLOCALTIME_DEMO VAR DT1: DT; END_VAR DT1:= GETLOCALTIME(); END_PROGRAM ===== Description ===== Returns the time of local time zone, inclusive daylight saving shift.\\ ===== Outputs ===== |Output|Type|Description | |=> |DT |Output value| ===== Application example ===== {{:en:mervis-ide:35-help:getlocaltime_example.png}}