Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
aef9fc3a
Commit
aef9fc3a
authored
Nov 12, 2016
by
filatov
Browse files
return int64 from fx_getCurrentTime
parent
ebb85183
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Common/LibItsCommon_Functions.ttcn
View file @
aef9fc3a
...
...
@@ -222,7 +222,7 @@ module LibItsCommon_Functions {
* @desc This external function gets the current time
* @return Timestamp - current time since 01/01/2014 in milliseconds
*/
external
function
fx_getCurrentTime
()
return
TimestampIts
;
external
function
fx_getCurrentTime
()
return
UInt64
;
/**
* @desc Gets the tenths of a second in the current or next hour in units of 1/10th second from UTC time
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment