05-30-2025, 12:09 PM
(This post was last modified: 05-30-2025, 12:26 PM by Dale Yarker.)
Do you have PBWin 10.0x for PowerTime?
" Just need the UTC as a string to log events against and to keep a note of elapsed time." To do arithmetic in time (like elapsed) get/keep the stamp in PowerTime (AKA QUAD or FileTime), then convert to text number for display or print.
For older PB versions the API functions are not hard to do.
Cheers,
we cross posted onĀ last.
30 lines? Where is that?
Looks closer to 4 lines at a quick glance:
NOW
TIMEDIFF
DATESTRING
TIMESTRINGFULL
" Just need the UTC as a string to log events against and to keep a note of elapsed time." To do arithmetic in time (like elapsed) get/keep the stamp in PowerTime (AKA QUAD or FileTime), then convert to text number for display or print.
For older PB versions the API functions are not hard to do.
Cheers,
we cross posted onĀ last.
30 lines? Where is that?
Looks closer to 4 lines at a quick glance:
NOW
TIMEDIFF
DATESTRING
TIMESTRINGFULL