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