Loading ttcn/Common/LibItsCommon_Functions.ttcn +9 −9 Original line number Original line Diff line number Diff line Loading @@ -87,8 +87,8 @@ module LibItsCommon_Functions { } } /** /** * @desc Gets the current time * @desc Gets the current time since 01/01/2014 * @return Timestamp - current time in Epoch format * @return Timestamp - current time since 01/01/2014 in milliseconds */ */ function f_getCurrentTime() return TimestampIts { function f_getCurrentTime() return TimestampIts { var TimestampIts v_timeStamp := 0; var TimestampIts v_timeStamp := 0; Loading Loading
ttcn/Common/LibItsCommon_Functions.ttcn +9 −9 Original line number Original line Diff line number Diff line Loading @@ -87,8 +87,8 @@ module LibItsCommon_Functions { } } /** /** * @desc Gets the current time * @desc Gets the current time since 01/01/2014 * @return Timestamp - current time in Epoch format * @return Timestamp - current time since 01/01/2014 in milliseconds */ */ function f_getCurrentTime() return TimestampIts { function f_getCurrentTime() return TimestampIts { var TimestampIts v_timeStamp := 0; var TimestampIts v_timeStamp := 0; Loading